citra/src/audio_core
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
..
hle Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
lle Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
audio_types.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
CMakeLists.txt Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
codec.cpp codec: Make lookup table static constexpr (#5572) 2020-12-07 16:05:45 +01:00
codec.h codec: Make lookup table static constexpr (#5572) 2020-12-07 16:05:45 +01:00
cubeb_input.cpp Merge generic part of Android microphone changes (#5624) 2020-12-30 19:21:03 -05:00
cubeb_input.h Merge generic part of Android microphone changes (#5624) 2020-12-30 19:21:03 -05:00
cubeb_sink.cpp cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback() (#5573) 2020-12-07 16:06:16 +01:00
cubeb_sink.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
dsp_interface.cpp Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
dsp_interface.h Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
interpolate.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
interpolate.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
null_sink.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
sdl2_sink.cpp sdl2_sink: remove SDL_AUDIO_ALLOW_FREQUENCY_CHANGE flag 2021-04-29 20:59:41 -03:00
sdl2_sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
sink_details.cpp audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
sink_details.h audio_core: Make g_sink_details internally linked 2018-12-16 02:44:04 +01:00
sink.h audio_core: Simplify sink interface 2018-09-08 22:09:26 +01:00
time_stretch.cpp audio_core: remove unnecessary spaces on comments 2019-01-19 21:28:52 +01:00
time_stretch.h time_stretch: Simplify audio stretcher 2018-09-08 22:09:26 +01:00