- 30 Jun, 2022 1 commit
-
-
lat9nq authored
The latest git version of GCC has issues with my diamond inheritance shenanigans. Since that's now two compilers that don't like it I thought it'd be best to just axe all of it and just have the two templates like before. This rolls the features of BasicRangedSetting into BasicSetting, and likewise RangedSetting into Setting. It also renames them from BasicSetting and Setting to Setting and SwitchableSetting respectively. Now longer name corresponds to more complex thing.
-
- 28 Jun, 2022 1 commit
-
-
Morph authored
Replace multiple names with a better name
-
- 27 Jun, 2022 9 commits
- 26 Jun, 2022 3 commits
-
-
bunnei authored
kernel: make current thread pointer thread local
-
comex authored
-
comex authored
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
-
- 25 Jun, 2022 3 commits
- 23 Jun, 2022 1 commit
-
-
Liam authored
-
- 22 Jun, 2022 4 commits
- 21 Jun, 2022 2 commits
- 20 Jun, 2022 2 commits
-
-
liamwhite authored
service: am: Stub PerformSystemButtonPressingIfInFocus
-
Narr the Reg authored
Used by Ring Fit Adventure
-
- 18 Jun, 2022 1 commit
-
-
Liam authored
-
- 17 Jun, 2022 5 commits
-
-
Morph authored
core: fix initialization in single core, sync GPU mode
-
lat9nq authored
Uses the MinGWClangCross toolchain script to build yuzu. Disables our bundled SDL2 to use the system ones that have been modified to not use `-mwindows`. Also set's `-e` to stop the script on an error (as opposed to packaging nothing). Uses LLVM's linker for linking yuzu. Adds -femulated-tls due to a libstdc++ incompatibility between GCC and Clang in vulkan_common.
-
lat9nq authored
Facilitates what programs we need for cross-compiling to Windows from Linux using LLVM's compilers. Based on MinGWCross
-
lat9nq authored
Improves readability.
-
Liam authored
-
- 16 Jun, 2022 8 commits
-
-
Morph authored
common: param_package: Demote DEBUG to TRACE for getters
-
Morph authored
Make yuzu-cmd respect log_filter setting
-
Nikita Strygin authored
Because logging infrastructure initializes before the loading of the config, it reads the default setting for log_filter and ignores the one set in config. To change log_filter after logging initialization some additional calls need to be made.
-
liamwhite authored
Implement ExitProcess svc
-
Nikita Strygin authored
Currently this just stops all the emulation This works under assumption that only application will try to use ExitProcess, with services not touching it If application exits - it quite makes sense to end the emulation
-
Liam authored
-
Narr the Reg authored
-
Liam authored
-