shadPS4/src
rainmakerv2 319db3bebe
Qt: Add GUI for game-specific settings (#3533)
* Open settings dialog from context menu

* initial version complete

* add context menu item to delete game config if it exists

* Create game config from base value instead of default value

* Require confirmation before deleting game configs with menu item

* fix rebase

* Reset game specific values when creating a new game config

* Add icon for entries with game config

* clang format

* Add submenu for game-specific settings

* Log if game-specific config exists, remove hidden tab from tab selection

* Add other experimental options to game-specific GUI

* clang format

* Add flag to specify if game-specific file needs creation

* refactor: remove additional arguments, reset game-specific status on save instead

* Fix return

* cleanup - remove unneeded load

* Set tab to general if hidden tab is set as default

* Cleanup variable names and strings, default tab fix, volumeslider fix

* cleanup: missed a couple of variables to standardize

* More readable way to reset volume slider
2025-09-10 12:18:39 +03:00
..
common Qt: Add GUI for game-specific settings (#3533) 2025-09-10 12:18:39 +03:00
core Implement getargc and getargv (#3562) 2025-09-09 14:58:22 -07:00
images Qt: Add GUI for game-specific settings (#3533) 2025-09-10 12:18:39 +03:00
imgui Hotkey config changes (#3391) 2025-09-04 20:47:06 +03:00
input Hotkey config changes (#3391) 2025-09-04 20:47:06 +03:00
qt_gui Qt: Add GUI for game-specific settings (#3533) 2025-09-10 12:18:39 +03:00
shader_recompiler liverpool: Write valid queries on PixelPipeStatDump (#3553) 2025-09-07 18:08:26 -07:00
video_core Implement getargc and getargv (#3562) 2025-09-09 14:58:22 -07:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp Qt: Add GUI for game-specific settings (#3533) 2025-09-10 12:18:39 +03:00
emulator.h Add support for game folder and fail early if eboot.bin is missing or corrupt (#3027) 2025-06-03 13:34:29 +03:00
main.cpp Simple IPC for external control (#3345) 2025-08-04 20:32:50 -03:00
sdl_window.cpp Hotkey config changes (#3391) 2025-09-04 20:47:06 +03:00
sdl_window.h Hotkey config changes (#3391) 2025-09-04 20:47:06 +03:00
shadps4.qrc Qt: Add GUI for game-specific settings (#3533) 2025-09-10 12:18:39 +03:00
shadps4.rc [Windows] Adding Properties to the Executable (#2789) 2025-04-17 09:43:14 +03:00