- 06 Dec, 2023 2 commits
-
-
Liam authored
-
Fernando S authored
core: refactor emulated cpu core activation
-
- 05 Dec, 2023 4 commits
- 04 Dec, 2023 2 commits
- 03 Dec, 2023 3 commits
- 02 Dec, 2023 8 commits
-
-
Liam authored
-
liamwhite authored
texture_cache: use pedantic type names
-
liamwhite authored
android: Don't reload filesystem on update install
-
liamwhite authored
host_memory: unbreak build on FreeBSD x86_64
-
liamwhite authored
vk_blit_screen: Use correct format for fxaa renderpass
-
Liam authored
-
Liam authored
-
t895 authored
-
- 01 Dec, 2023 8 commits
-
-
liamwhite authored
service: nfc: Don't tag amiibos as corrupted if they are loaded as read only
-
Jan Beich authored
src/common/host_memory.cpp:410:14: error: unused function 'ChooseVirtualBase' [-Werror,-Wunused-function] 410 | static void* ChooseVirtualBase(size_t virtual_size) { | ^~~~~~~~~~~~~~~~~
-
Jan Beich authored
src/common/host_memory.cpp:408:47: error: use of undeclared identifier 'MAP_NORESERVE' MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); ^
-
GPUCode authored
-
Narr the Reg authored
-
liamwhite authored
Update translations (2023-12-01)
-
liamwhite authored
OpenGL: Implement async downloads in buffer and texture caches
-
The yuzu Community authored
-
- 30 Nov, 2023 8 commits
-
-
Liam authored
-
liamwhite authored
cmake: prefer system gamemode library
-
Alexandre Bouvier authored
-
liamwhite authored
renderer_vulkan: exclude more qcom drivers from extensions
-
liamwhite authored
cmake: unbreak build on FreeBSD by re-enabling gamemode
-
liamwhite authored
Add mac workflow
-
liamwhite authored
Implement Native Code Execution (NCE)
-
Liam authored
-
- 29 Nov, 2023 5 commits
-
-
Jan Beich authored
FAILED: bin/yuzu ld: error: unable to find library -lgamemode FAILED: bin/yuzu-cmd ld: error: undefined symbol: Common::Linux::StartGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) ld: error: undefined symbol: Common::Linux::StopGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main)
-
GPUCode authored
-
Liam authored
-
Narr the Reg authored
general: conditionally compile gamemode on linux only
-
Liam authored
-