bangfire
8ae72c1a00
Fix Windows Terminal hide/show functions ( #342 )
...
https://stackoverflow.com/a/78577080
2024-12-07 07:17:39 -06:00
Evan Husted
315a1819c0
Attempt #2
2024-12-07 05:31:37 -06:00
Evan Husted
4ffb8aef12
Try and fix nullref
2024-12-07 05:21:16 -06:00
Evan Husted
5fbcb1f3a7
misc: chore: Cleanups & unused parameter removal
2024-12-07 04:06:22 -06:00
TheToid
baf179efdb
ignore macos attribute files ( #302 )
2024-11-28 16:55:51 -06:00
Evan Husted
2a72fb2088
UI: RPC: Add Diablo III
2024-11-26 17:15:11 -06:00
Keaton
2e6794e69b
Add custom refresh rate mode to VSync option ( #238 )
...
Rebased @jcm93's refreshinterval branch:
https://github.com/jcm93/Ryujinx/tree/refreshinterval
The option is placed under System/Hacks. Disabled, it's the default
Ryujinx behavior. Enabled, the behavior is shown in the attached
screenshots. If a framerate is too high or low, you can adjust the value
where you normally toggle VSync on and off. It will also cycle through
the default on/off toggles.
Also, in order to reduce clutter, I made an adjustment to remove the
target FPS and only show the percentage.
---------
Co-authored-by: jcm <6864788+jcm93@users.noreply.github.com>
2024-11-25 13:39:09 -06:00
Evan Husted
e8d3ad4d8b
UI: RPC: TSUKIHIME -A piece of blue glass moon- asset image
2024-11-23 13:10:53 -06:00
Evan Husted
c3831428e0
Try and fix weird nullref
2024-11-19 10:22:11 -06:00
Nicola
df5002bdbf
Created bool to store if the "Avilable Update" should be hidden on startup (--hide-updates) ( #272 )
...
fixes #263
2024-11-19 01:52:51 -06:00
Evan Husted
1e53a17041
misc: Add LEGO Horizon Adventures image asset to Discord RPC
2024-11-15 01:18:00 -06:00
Evan Husted
4cb5946be4
UI: RPC: Only show hours at maximum for play time
2024-11-11 18:22:19 -06:00
Vudjun
6d8738c048
TESTERS WANTED: RyuLDN implementation ( #65 )
...
These changes allow players to matchmake for local wireless using a LDN
server. The network implementation originates from Berry's public TCP
RyuLDN fork. Logo and unrelated changes have been removed.
Additionally displays LDN game status in the game selection window when
RyuLDN is enabled.
Functionality is only enabled while network mode is set to "RyuLDN" in
the settings.
2024-11-11 16:06:50 -06:00
Jonas Henriksson
abfcfcaf0f
Fix issue with Logger.Trace ( #228 )
2024-11-11 14:14:29 -06:00
Evan Husted
42cbe24bb1
Actually fix Canary showing the wrong repo
2024-11-10 23:32:37 -06:00
Evan Husted
79ba9d1258
UI: RPC: Fix asset image hover string version pointing to the Canary repo in Canary
2024-11-10 23:26:15 -06:00
Evan Husted
826ffd4a04
misc: Move the LowPowerPtc event handler that changes Optimizations.LowPower into the ConfigurationState ctor
2024-11-10 22:31:26 -06:00
Evan Husted
a506d81989
Split ConfigurationState into 3 parts:
...
Migration, Model, and everything else.
2024-11-10 22:16:45 -06:00
Evan Husted
15c20920b3
I thought this was a typo on my part; it wasn't
2024-11-10 22:04:55 -06:00
Evan Husted
285ee276b6
misc: Bake in value change logging into ReactiveObject to reduce logic duplication.
2024-11-10 22:03:12 -06:00
Evan Husted
617b81e209
UI: Conditionally enable install/uninstall file types buttons based on whether they're installed already
2024-11-10 20:33:49 -06:00
Evan Husted
eb6ce7bcb3
misc: chore: replace some new "" additions & some I missed
2024-11-10 20:09:02 -06:00
Evan Husted
69f75f2df1
misc: Fix small code formatting & styling issues
2024-11-10 19:58:02 -06:00
Evan Husted
e01a30016e
RPC: Add Mario & Luigi Brothership image.
2024-11-10 17:01:47 -06:00
Evan Husted
640d7f9e77
Updater: kinda confused how this didn't work?
2024-11-06 19:55:58 -06:00
Luke Warner
708256ce96
Add just, a whole bunch of games to RPC assets. ( #98 )
2024-11-06 19:22:40 -06:00
TheToid
4831965404
Add ability to trim and untrim XCI files from the application context menu AND in Bulk ( #105 )
2024-11-06 17:37:30 -06:00
Evan Husted
6911e288bc
misc: Code cleanups.
2024-11-01 12:00:07 -05:00
Evan Husted
67ab54e2bb
misc: Remove custom themes in config.
2024-11-01 11:58:58 -05:00
Evan Husted
139c195eb7
misc: Replace "" with string.Empty.
2024-11-01 11:57:23 -05:00
Evan Husted
d7e17abade
Fix homebrew loading. Fixes #109 , #107
2024-11-01 06:41:02 -05:00
Luke Warner
5845787325
Add option to show the old title bar ( #101 )
2024-10-30 02:22:22 -05:00
WalkQuackBack
9c94db1130
Update logo ( #103 )
...
higher resolution
2024-10-30 02:21:39 -05:00
TheToid
7038a902c3
Automatically remove invalid dlc and updates as part of auto load ( #42 )
...
* Automatically remove invalid dlc and updates as part of auto load
Fixed some minor label spacing issues in options dialog
Removal of unused variable in input view model
* Fixed missing french message for AutoloadDlcAddedMessage
2024-10-27 06:32:32 -05:00
Evan Husted
dfb4854d19
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
Evan Husted
d280fbdf37
UI: RPC: Added SONIC X SHADOW GENERATIONS asset image
2024-10-25 08:36:41 -05:00
Evan Husted
26375766b4
Note to self, CHECK PRs MORE THOROUGHLY.
2024-10-24 14:28:14 -05:00
Evan Husted
7618ef134d
misc: Code cleanups.
2024-10-24 14:14:17 -05:00
Vladimir Sokolov
e30ee32eee
Added option to ignore applet (gamepad connection window will not appear when it is disconnected) ( #40 )
...
This option is under the hacks category for a reason; use if you know what you're doing.
2024-10-23 20:10:54 -05:00
Evan Husted
59277a9301
Merge remote-tracking branch 'origin/master'
2024-10-23 14:19:47 -05:00
Evan Husted
2d0d73b617
Null-coalesce autoload dirs on config load
2024-10-23 14:19:34 -05:00
MaxLastBreath
4d1ebaf9ba
Ava UI : Set the Default Controller to Pro Controller. ( #37 )
...
* Set the Default Controller to Pro Controller.
- Let's be honest nobody is using JoyCon pair on their PC.
- It looks nicer and more accurate to more traditional controllers.
- Fixes issues with UltraCam mods and other such mods with lack of proper Dual Joycon support.
* Change standard configuration too.
2024-10-23 06:56:58 -05:00
TheToid
dc3267f152
Ensure we unselect the previously selected update when auto selcting a new update ( #30 )
2024-10-21 23:22:13 -05:00
Keaton
f76a97c976
Replace 'Expand DRAM' option with dropdown menu ( #32 )
...
Allows to use mods that require a larger memory pool to allocate from.
2024-10-21 23:16:41 -05:00
Evan Husted
8b75ce1d98
misc: Fix the issues blocking PRs
2024-10-21 02:43:07 -05:00
Evan Husted
2facad4be3
UI: Reset RPC state when AppHost stops
2024-10-19 16:40:28 -05:00
Evan Husted
045f9a39bb
UI: Remove title bar, put icon next to File button. Added icons to most dropdown menu actions. Title bar content is now displayed when hovering the logo in the title bar.
2024-10-17 01:24:16 -05:00
Evan Husted
1800ecc1b4
UI: Add Skyrim, KAFTL & HW:AOC to RPC.
...
Minor code improvements and comment fixes.
2024-10-16 19:23:11 -05:00
Evan Husted
0faf3f5709
CPU: Add low-power PPTC load mode.
...
Specifically, this setting causes the translation load core count to get reduced by two-thirds, for lower-power but still fast loading, and for unstable CPUs.
2024-10-14 21:48:21 -05:00
Evan Husted
b2a35ecf6c
misc: Small code improvements.
2024-10-14 15:03:09 -05:00