Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | settings: Define base renderer runtime modifiable settings | lat9nq | |
2023-07-21 | configuration_shared: Fix blank state hiding check box | lat9nq | |
2023-07-21 | settings: Add anisotropy mode enum | lat9nq | |
2023-07-21 | shared_translation: Finish using int ids | lat9nq | |
2023-07-21 | settings,uisettings: Add IDs to settings | lat9nq | |
2023-07-21 | configure_graphics: Partial runtime implementation | lat9nq | |
2023-07-21 | settings: Recategorize a bit | lat9nq | |
Will help with generating config UI later. | |||
2023-07-21 | shared_translation: Add the rest of the settings | lat9nq | |
2023-07-21 | shared_translation: Add copyright and license | lat9nq | |
2023-07-21 | configure_graphics_advance: Generate UI at runtime | lat9nq | |
We can iterate through the AdvancedGraphics settings and generate the UI during runtime. This doesn't help runtime efficiency, but it helps a ton in reducing the amount of work a developer needs in order to add a new setting. | |||
2023-07-21 | configure_per_game: Rename group to tab_group | lat9nq | |
2023-07-21 | configuration: Add base class to tabs | lat9nq | |
Tabs that largely configure SwitchableSetting's are now Tabs and grouped together. | |||
2023-07-21 | configuration_shared: Create Tab base class | lat9nq | |
2023-07-21 | settings: Add a registry of settings | lat9nq | |
LoadString: Sanitize input settings: Handle empty string, remove redundant category settings: Rename Input to Controls, FS to DataStorage settings: Fix Controls groups information settings: Move use_docked_mode to System (again) settings: Document settings: Add type identification function settings: Move registry into values settings: Move global_reset_registry into values settings: Separate AdvGraphics from Renderer settings: More document squash settings: Use linkage object uisettings: Move registry into settings Probably wont build without uisettings: Use settings linkage object config: Load settings with a map Uses the new all_settings vector to load settings. qt-config: Rename settings category qt config: Rename to read category config: Read/write contols category with for_each This is extremely limited due to the complexity of the Controls group, but this handles the the settings that use the interface. qt-config: Use new settings registry qt-config: Read/write advgrphics qt-config: Use settings linkage object yuzu_cmd: Load setting off of vector cmd-config: Finish settings rename config: Read controls settings group with for_each cmd/config: Move registry into values cmd: Read adv graphics cmd-config: Use settings linkage object | |||
2023-07-21 | uisettings: Fix typings | lat9nq | |
2023-07-21 | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | |
core: Fix MSVC errors | |||
2023-07-21 | settings: Pool SetGlobal functions | lat9nq | |
2023-07-21 | settings,video_core: Consolidate ASTC decoding options | lat9nq | |
Just puts them all neatly into one place. | |||
2023-07-21 | Merge pull request #11096 from german77/amiibooo | liamwhite | |
service: nfc: Update Implementation to match with latest RE | |||
2023-07-19 | Merge pull request #11116 from lat9nq/clang-shadowing | liamwhite | |
general: Silence -Wshadow{,-uncaptured-local} warnings | |||
2023-07-19 | Merge pull request #11114 from Kelebek1/warnings | liamwhite | |
Mark SetIdleTimeDetectionExtension logging as debug | |||
2023-07-18 | demangle: Update to llvm/llvm-project@ecbc812e0cca | lat9nq | |
2023-07-18 | CMake: Require LLVM 17 or later | lat9nq | |
API changes necessitate an update here. | |||
2023-07-18 | vk_buffer_cache: Format | lat9nq | |
2023-07-18 | general: Silence -Wshadow{,-uncaptured-local} warnings | lat9nq | |
These occur in the latest commits in LLVM Clang. | |||
2023-07-18 | Debug SetIdleTimeDetectionExtension | Kelebek1 | |
2023-07-17 | Merge pull request #11109 from Morph1984/net | Morph | |
network: Fix compilation with ENABLE_WEB_SERVICE=OFF | |||
2023-07-17 | ssl: Link with crypt32 for secure channel backend | Morph | |
2023-07-17 | ssl: Reorder inclusions | Morph | |
2023-07-17 | network: Forward declarations | Morph | |
2023-07-17 | service: nfc: Update Implementation to match with latest RE | Narr the Reg | |
2023-07-17 | Merge pull request #10934 from abouvier/cmake-vma | liamwhite | |
cmake: allow using system VMA library | |||
2023-07-17 | Merge pull request #11102 from v1993/your-mom-is-encrypted | liamwhite | |
android: fix links to re-dumping guides | |||
2023-07-16 | Merge pull request #10912 from comex/ssl | liamwhite | |
Implement SSL service | |||
2023-07-16 | android: fix links to re-dumping guides | Valeri Ochinski | |
2023-07-12 | file_sys/content_archive: Detect compressed NCAs (#11047) | Tobias | |
2023-07-12 | cmake: allow using system VMA library | Alexandre Bouvier | |
2023-07-11 | Merge pull request #10985 from liamwhite/handle-translate | bunnei | |
k_server_session: translate special header for non-HLE requests | |||
2023-07-11 | Merge pull request #11070 from t895/home-setting-warning | bunnei | |
android: Visualize disabled home options | |||
2023-07-10 | android: Visualize disabled home options | Charles Lombardo | |
Allow for displaying options in the home options that are disabled with messages that explain why they are disabled. This includes reasoning for the GPU driver installation button. | |||
2023-07-10 | Merge pull request #10996 from Kelebek1/readblock_optimisation | bunnei | |
Use spans over guest memory where possible instead of copying data | |||
2023-07-10 | Merge pull request #11050 from SuperSamus/sdl-button-labels | bunnei | |
input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0 | |||
2023-07-09 | Merge pull request #11067 from t895/fragile-data | bunnei | |
android: Don't prompt to save user data on uninstall | |||
2023-07-09 | Merge pull request #11064 from lat9nq/mingw-no-install-pefile | Morph | |
ci/mingw: Remove pefile installation step | |||
2023-07-09 | Merge pull request #11055 from lat9nq/tzdb-catch- | Morph | |
settings: Catch runtime error from STL | |||
2023-07-09 | android: Don't prompt to save user data on uninstall | Charles Lombardo | |
While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy. | |||
2023-07-09 | Merge pull request #11063 from liamwhite/oops | Morph | |
arm_interface: correct breakpoint rewind condition | |||
2023-07-09 | ci/mingw: Remove pefile installation step | lat9nq | |
This is unnecessary here: pefile is already installed on the container. This step also causes issues in coming changes to the container. | |||
2023-07-09 | arm_interface: correct breakpoint rewind condition | Liam | |
2023-07-09 | settings: Catch runtime error from STL | lat9nq | |
This function throws a runtime error we can catch on old Windows 10 installs, so we can catch it here rather than disable this path for everybody. |