| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad.
Change property on Input Device QComboBox from minimumSize to minimumContentsLength.
|
|
|
|
|
|
|
|
|
|
|
|
start lion review
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AMD officially markets FSR as AMD FidelityFX™️ Super Resolution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This only needs to happen once per game boot, so we can just call it
during CreateGPU and be done with it, avoiding the need to call it in
the frontends.
|
|
|
|
|
|
|
|
profile_manager: Resize any image bigger than 256p
|
|
|
|
per_game_ui: Geometry Property Removal and Minor Rewording to the Per Game UI
|
|
ui: fix crash when closing configure window
|
|
|
|
tas_ui: Add a Help Link to the TAS Page on the yuzu Website, Along with Minor Grammar Changes
|
|
Alleviates the dependency on chrono for all files that include settings.h
|
|
remove_accident
fix_whoopsie
|
|
This crash happens 100% of the time (on Linux at least), you just need
to open the configure window and click OK.
It seems to happen when the tabs are destroyed and once all the tabs are
destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab`
doesn't exist anymore when this happens, so the crash.
|
|
|