FearlessTobi
|
0696c97c5f
|
configure_debug: Fix small typo
|
2 years ago |
Liam
|
ccef7d7326
|
vi: fix confusion between closing and destroying layers
|
2 years ago |
Liam
|
91aefd5d35
|
nce: adjust initialization for repeated calls
|
2 years ago |
Liam
|
ecb3d74dcd
|
nce: implement instruction emulation for misaligned memory accesses
|
2 years ago |
german77
|
93c91bcbab
|
service: hid: Improve CreateAppletResource implementation and free resources
|
2 years ago |
german77
|
c2b2d7a903
|
core: Use single instance of profile manager
|
2 years ago |
Liam
|
e407b54319
|
sm:: fix tipc deserialization
|
2 years ago |
GPUCode
|
7ab4cb1910
|
settings: Clearer NCE error messages
|
2 years ago |
Liam
|
88c44ff95d
|
ro: add separate ro service
|
2 years ago |
Liam
|
ca5bda4ce9
|
fbshare: set external format correctly
|
2 years ago |
Liam
|
8cb7fdc9f7
|
fs: don't enumerate hidden savedata size file
|
2 years ago |
Liam
|
662bc7c6a1
|
service: populate pid and handle table from client
|
2 years ago |
Liam
|
cb8b331981
|
service: use interface factory in server manager
|
2 years ago |
Liam
|
e1b32b6c35
|
debug: fix reading of module names
|
2 years ago |
t895
|
a939ceb7cb
|
android: Listen for directory selection in viewmodel
Fixes broken game directory selection setup flow
|
2 years ago |
Liam
|
f85425fe86
|
kernel: fix single core
|
2 years ago |
t895
|
23d1e33daa
|
settings: Enable NCE by default on capable systems
|
2 years ago |
Liam
|
f486fe3971
|
kernel: implement light IPC
|
2 years ago |
Narr the Reg
|
7fa71afe9e
|
service: hid: Introduce proper AppletResource emulation
|
2 years ago |
Liam
|
dcc9df5dd2
|
kernel: implement remaining IPC syscalls
|
2 years ago |
BreadFish64
|
d1ee9e48d9
|
Improve path splitting speed
|
2 years ago |
lat9nq
|
c7e0ee60cd
|
codec: Update to use av frame flags
Resolves Clang -Wdeprecated-declarations warning from interlaced_frame
|
2 years ago |
Liam
|
33b7353d73
|
arm: fix context save of vector regs
|
2 years ago |
t895
|
9593c3bce4
|
frontend_common: Use optional for language default
|
2 years ago |
Liam
|
3d5c6a73cb
|
core: refactor emulated cpu core activation
|
2 years ago |
Liam
|
63ceff87b0
|
texture_cache: fix max_element comparison function
|
2 years ago |
Liam
|
eb10ce6fdd
|
renderer_opengl: remove srgb conversion logic
|
2 years ago |
Liam
|
8a97178a89
|
renderer_vulkan: do not recreate swapchain for srgb
|
2 years ago |
Liam
|
904a3b682f
|
fsmitm_romfsbuild: optimize for data locality
|
2 years ago |
Liam
|
a4449e0f22
|
romfs: cache file and directory metadata tables
|
2 years ago |
Liam
|
79d497c022
|
nce: fix pre-text patch for single modules
|
2 years ago |
Liam
|
4321fc6154
|
file_sys: handle null romfs
|
2 years ago |
Liam
|
9014e6783f
|
texture_cache: use pedantic type names
|
2 years ago |
t895
|
cb32614e4e
|
android: Don't reload filesystem on update install
|
2 years ago |
Jan Beich
|
d4e8540135
|
host_memory: move MAP_ALIGNED_SUPER attempt after de66cf5637
src/common/host_memory.cpp:410:14: error: unused function 'ChooseVirtualBase' [-Werror,-Wunused-function]
410 | static void* ChooseVirtualBase(size_t virtual_size) {
| ^~~~~~~~~~~~~~~~~
|
2 years ago |
Jan Beich
|
6ab3d70252
|
host_memory: allow missing MAP_NORESERVE on FreeBSD after de66cf5637
src/common/host_memory.cpp:408:47: error: use of undeclared identifier 'MAP_NORESERVE'
MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0);
^
|
2 years ago |
GPUCode
|
8188d923c8
|
vk_blit_screen: Use correct format for fxaa renderpass
|
2 years ago |
Narr the Reg
|
919d2ba033
|
service: nfc: Don't tag amiibos as corrupted if they are loaded as read only
|
2 years ago |
Liam
|
9d2c18b72d
|
renderer_vulkan: adjust window origin and swizzle independently
|
2 years ago |
Alexandre Bouvier
|
6d1049366d
|
cmake: prefer system gamemode library
|
2 years ago |
Liam
|
2ccd547309
|
renderer_vulkan: exclude more qcom drivers from extensions
|
2 years ago |
Jan Beich
|
93abc60cf7
|
cmake: sync gamemode conditionals with code after 0fff56e1ef
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)
|
2 years ago |
GPUCode
|
e6e15d2d10
|
core: Rename patcher file
|
2 years ago |
Liam
|
0fff56e1ef
|
general: conditionally compile gamemode on linux only
|
2 years ago |
GPUCode
|
fab81ee39d
|
cmake: Move HAS_NCE to root cmake
* So we can use it in common
|
2 years ago |
t895
|
125b12e808
|
android: Save global settings in onStop
|
2 years ago |
t895
|
f22099942f
|
android: Multi directory UI
|
2 years ago |
Liam
|
2e0cd11266
|
set: don't load version nca with null romfs
|
2 years ago |
FrozenAra
|
6c23b151ba
|
Fixed controller applet crashing when on FW17+
|
2 years ago |
Ameer J
|
38449c071d
|
GLSL: Prefer known used cbuf sizes
|
2 years ago |