Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Implement Native Code Execution (NCE)
|
|
Enable (Feral Interactive) Gamemode on Linux
|
|
|
|
renderer_vulkan: Introduce separate cmd buffer for uploads
|
|
- Create files dedicated to starting and stopping gamemode functions
- Use them in yuzu and yuzu_cmd modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qt: implement automatic crash dump support
|
|
|
|
|
|
Vulkan: Implement Depth Bias Control
|
|
|
|
|
|
|
|
|
|
Allows some special interactions with it in the Qt frontend.
|
|
|
|
|
|
|
|
|
|
Allows for 6GB and 8GB layouts to be selected.
|
|
|
|
|
|
settings_common: Remove unused optional
|
|
Suggests to a frontend how to represent each setting.
|
|
|
|
|
|
Clang versions < 15 have compile issues with explicit instantiation.
Disable it for these versions.
|
|
Almost a 2 year old migration setting now
|
|
|
|
Reduces compile times a tad on clang.
|
|
|
|
Using typeid without including typeinfo first produces an ill-formed program.
|
|
|
|
Groups graphics audio and system settings together in a way that
reflects the frontend. This also just conceptually groups them more
nicely than they were.
|
|
|
|
|
|
Needs a considerable amount of management specific to some of
the comoboboxes due to the audio engine configuration.
general: Partial audio config implmentation
configure_audio: Implement ui generation
Needs a considerable amount of management specific to some of
the comoboboxes due to the audio engine configuration.
general: Partial audio config implmentation
settings: Make audio settings as enums
|
|
|