Anderson Cardoso
95486f7972
House cleaning ( #3083 )
...
* Clean Up
As discussed in discord this PR purges some empty forms and it's unused properties from the following files below.
achievementsettingswidget.ui: <string>Form</string>
advancedsettingswidget.ui: <string>Form</string>
audiosettingswidget.ui: <string>Form</string>
biossettingswidget.ui: <string>Form</string>
consolesettingswidget.ui: <string>Form</string>
controllerbindingwidget.ui: <string>Form</string>
controllerbindingwidget_analog_controller.ui: <string>Form</string>
controllerbindingwidget_analog_joystick.ui: <string>Form</string>
controllerbindingwidget_digital_controller.ui: <string>Form</string>
controllerbindingwidget_guncon.ui: <string>Form</string>
controllerbindingwidget_mouse.ui: <string>Form</string>
controllerbindingwidget_negcon.ui: <string>Form</string>
controllerglobalsettingswidget.ui: <string>Form</string>
controllermacroeditwidget.ui: <string>Form</string>
displaysettingswidget.ui: <string>Form</string>
emptygamelistwidget.ui: <string>Form</string>
emulationsettingswidget.ui: <string>Form</string>
enhancementsettingswidget.ui: <string>Form</string>
foldersettingswidget.ui: <string>Form</string>
gamelistsettingswidget.ui: <string>Form</string>
gamelistwidget.ui: <string>Form</string>
generalsettingswidget.ui: <string>Form</string>
postprocessingsettingswidget.ui: <string>Form</string>
2024-01-05 02:57:33 +10:00
Matthew Broomfield
10877c25e8
Remove vertical spacer preventing Tweaks/Hacks from expanding
...
The Advanced Settings UI had a vertical spacer at the bottom.
This space would expand when the window expanded.
Instead, it's more useful to expand the Tweaks/Hacks table,
since this table is larger than the default window size.
2023-10-28 21:12:05 -07:00
Connor McLaughlin
08a815ad7b
FullscreenUI: Make show status indicator setting local
2021-05-20 12:19:26 +10:00
ValadAmoleo
1fa4460590
Added a toggle for persistent message. ( #2106 )
...
* Added a toggle for persistent message.
Added a toggle to display settings to disable persistent messages (ff, pause) in the fullscreen UI.
* Moved toggle for the icons to advanced settings.
Moved the toggle to the advanced settings as suggested. Renamed the option from "show persistent messages" to "show speed icons", so that it's much more specific.
2021-05-20 12:19:26 +10:00
Connor McLaughlin
ce965e89ca
Qt/Android: Add help text for resampling, turn on by default
2021-01-11 02:27:14 +10:00
Connor McLaughlin
e731c87757
Qt: Turn tweaks/hacks into a table
...
Also move PGXP CPU mode/vertex cache to advanced options
2020-09-06 20:54:00 +10:00
Connor McLaughlin
19d6037b99
CPU: Implement instruction cache simulation
...
Implemented for all execution modes. Disabled by default in the cached
interpreter and recompiler, always enabled in the pure interpreter.
2020-08-29 22:07:40 +10:00
Connor McLaughlin
67fb9253cb
Qt: Hide debug menu by default
2020-08-19 00:01:57 +10:00
Connor McLaughlin
96b86acb4f
Qt: Move debug GPU device to advanced options
2020-08-09 00:03:07 +10:00
Connor McLaughlin
1d5f810a4b
CPU/Recompiler: Disable memory access exceptions by default
...
This means it'll no longer pass amidog's CPU test in the default config.
But no games rely on this. You can enable it in advanced options if you
want to pass the CPU test.
2020-08-08 23:44:13 +10:00
Albert Liu
b7d9ce98e8
Qt: Connect tweak/hack settings to Qt frontend
2020-06-16 09:53:18 -07:00
Connor McLaughlin
101e1bfd73
Qt: Add advanced settings
2020-05-01 00:59:31 +10:00