citra-nightly/src/video_core/rasterizer_cache
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
..
cached_surface.cpp Reduce bugginess when texture filtering and custom textures both enabled (#6184) 2022-11-12 08:08:26 +02:00
cached_surface.h video_core: Run clang format 2022-08-22 08:00:30 +03:00
morton_swizzle.h rasterizer_cache: Factor morton swizzle and pixel format to dedicate headers 2022-08-21 01:16:47 +03:00
pixel_format.h video_core: Run clang format 2022-08-22 08:00:30 +03:00
rasterizer_cache.cpp Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
rasterizer_cache.h rasterizer_cache: Introduce TextureRuntime and separate CachedSurface 2022-08-21 01:16:48 +03:00
rasterizer_cache_types.h video_core: Run clang format 2022-08-22 08:00:30 +03:00
rasterizer_cache_utils.cpp rasterizer_cache: Move utlities and type to separate headers 2022-08-21 01:16:48 +03:00
rasterizer_cache_utils.h rasterizer_cache: Introduce TextureRuntime and separate CachedSurface 2022-08-21 01:16:48 +03:00
surface_params.cpp video_core: Run clang format 2022-08-22 08:00:30 +03:00
surface_params.h rasterizer_cache: Header cleanup and copyright date update 2022-08-21 01:16:48 +03:00
texture_runtime.cpp renderer_opengl: Address cubemap related errors (#6158) 2022-10-14 22:28:38 +05:30
texture_runtime.h renderer_opengl: Address cubemap related errors (#6158) 2022-10-14 22:28:38 +05:30