- Dec 07, 2023
-
-
Liam authored
-
- Dec 06, 2023
-
-
Fernando S authored
core: refactor emulated cpu core activation
-
- Dec 05, 2023
- Dec 04, 2023
- Dec 03, 2023
- Dec 02, 2023
-
-
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
-
- Dec 01, 2023
-
-
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
-
- Nov 30, 2023
-
-
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
-
- Nov 29, 2023
-
-
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
-