citra-nightly/src/core/hle/service/apt
GPUCode 48ee112ceb
Add per game configuration options (#6187)
* common: Move settings to common from core.

- Removes a dependency on core and input_common from common.

* code: Wrap settings values

* Port from yuzu to allow per game settings

* citra_qt: Initial per-game settings dialog

* citra_qt: Use new API for read/save of config values

* citra_qt: Per game audio settings

* citra_qt: Per game graphics settings

* citra_qt: Per game system settings

* citra_qt: Per game general settings

* citra_qt: Document and run clang format

* citra_qt: Make icon smaller and centered

* citra_qt: Remove version number

* Not sure how to extract that, can always add it back later

* citra_qt: Wrap UISettings

* citra_qt: Fix unthottled fps setting

* citra_qt: Remove margin in emulation tab

* citra_qt: Implement some suggestions

* Bring back speed switch hotkey

* Allow configuration when game is running

* Rename/adjust UI stuff

* citra_qt: Fix build with separate windows

* citra_qt: Address feedback

* citra_qt: Log per-game settings before launching games

* citra_qt: Add shader cache options

* Also fix android build

* citra_qt: Add DLC menu option

* citra_qt: Run clang-format

* citra_qt: Adjust for time offset

* citra_qt: Implement suggestions

* Run clang-format

Co-authored-by: bunnei <bunneidev@gmail.com>
2022-12-08 13:27:25 +02:00
..
bcfnt cleanup includes 2019-03-26 10:50:41 -04:00
applet_manager.cpp Merge pull request #6168 from PabloMK7/cia_update_fix 2022-11-09 17:35:16 +02:00
applet_manager.h service/apt: Implement Deliver Args (#5611) 2020-11-24 20:10:31 +01:00
apt.cpp Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
apt.h Implement APT command 0x0103 (#5478) 2021-01-26 15:27:52 -05:00
apt_a.cpp Implement APT command 0x0103 (#5478) 2021-01-26 15:27:52 -05:00
apt_a.h clang-format fixes 2020-02-13 17:39:15 +08:00
apt_s.cpp Implement APT command 0x0103 (#5478) 2021-01-26 15:27:52 -05:00
apt_s.h clang-format fixes 2020-02-13 17:39:15 +08:00
apt_u.cpp Implement APT command 0x0103 (#5478) 2021-01-26 15:27:52 -05:00
apt_u.h clang-format fixes 2020-02-13 17:39:15 +08:00
errors.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
ns.cpp Change over to std::shared_ptr 2019-08-14 21:30:49 -06:00
ns.h Change over to std::shared_ptr 2019-08-14 21:30:49 -06:00
ns_s.cpp APT: implement Set and GetWirelessRebootInfo (#5328) 2020-11-23 15:52:35 +01:00
ns_s.h clang-format fixes 2020-02-13 17:39:15 +08:00