- 04 Dec, 2023 1 commit
-
-
liamwhite authored
renderer_vulkan: adjust window origin and swizzle independently
-
- 03 Dec, 2023 3 commits
- 02 Dec, 2023 7 commits
-
-
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 12 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
-
liamwhite authored
android: Multi directory UI
-
liamwhite authored
set: don't load version nca with null romfs
-
liamwhite authored
Fixed controller applet crashing when on FW17+
-
liamwhite authored
video_core: fix mac compile
-
liamwhite authored
vulkan_device: add names for more driverID enumeration values
-
liamwhite authored
Enable (Feral Interactive) Gamemode on Linux
-
liamwhite authored
shader_recompiler: Align SSBO offsets to meet host requirements
-
- 28 Nov, 2023 1 commit
-
-
GPUCode authored
* So we can use it in common
-