t895
|
9593c3bce4
|
frontend_common: Use optional for language default
|
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 |
amazingfate
|
c95a560bc3
|
qt: add cpu_backend configuration
|
2 years ago |
Liam
|
bd250e303f
|
video_core: fix mac compile
|
2 years ago |
Liam
|
82c5e2472e
|
general: fix mac compile
|
2 years ago |
Liam
|
d7db22185a
|
loader: fix gcc compile
|
2 years ago |
german77
|
95e03e4901
|
service: nfc: Validate mii data
|
2 years ago |
german77
|
6194fbfcdb
|
service: am: Create random mii for cabinet applet
|
2 years ago |
Alexandre Bouvier
|
67bbbabf8a
|
cmake: prefer system simpleini library
|
2 years ago |
german77
|
007ca4f80e
|
android: input: Flip abxy on backbone labs controllers
|
2 years ago |
Liam
|
ef41168c8d
|
time: undef GetCurrentTime for Windows
|
2 years ago |
flodavid
|
7c4831060f
|
cmake: move gamemode target include into its file
|
2 years ago |
flodavid
|
6bd3056c52
|
yuzu: create linux group in general settings
- Create files dedicated to starting and stopping gamemode functions
- Use them in yuzu and yuzu_cmd modules
|
2 years ago |
xcfrg
|
e21bdc68db
|
yuzu: integrate gamemode support on linux
|
2 years ago |
german77
|
a8211485f5
|
android: input: Flip abxy on redmagic controllers
|
2 years ago |
GPUCode
|
181a7a027f
|
oaknut: Address warnings
|
2 years ago |
GPUCode
|
064d5bf4aa
|
host_memory: Simplify randomness generation
|
2 years ago |
GPUCode
|
1e5a1d1702
|
Address more review comments
|
2 years ago |
Liam
|
982183d4c6
|
loader: apply nso patch to offset program image
|
2 years ago |
Liam
|
2e2b3de592
|
arm_nce: skip data aborts for crash handling parity
|
2 years ago |
Liam
|
8ad895c164
|
android: show current backend in fps overlay
|
2 years ago |
GPUCode
|
a1818cddf6
|
arm: Print backtrace on data abort
|
2 years ago |
Liam
|
a3e2b0bd91
|
patch: check offsets from first code word
|
2 years ago |
GPUCode
|
3930e3d7fd
|
core: Define HAS_NCE macro
|
2 years ago |
GPUCode
|
38091d3a1d
|
common: Enforce fastmem for nce usage
|
2 years ago |
Liam
|
683b58b075
|
arm_nce: skip dc cvac on possibly write-protected areas
|
2 years ago |
GPUCode
|
3814ca9d84
|
Address some review comments
|
2 years ago |
GPUCode
|
3764cc4be2
|
android: Add cpu bakend gui toggle
|
2 years ago |
Liam
|
19619b1b14
|
arm: Implement native code execution backend
|
2 years ago |
GPUCode
|
dee5002355
|
device_memory: Enable direct mapped addresses for nce
|
2 years ago |
GPUCode
|
9e5f019dee
|
settings: Add cpu backend setting
|
2 years ago |
Liam
|
3a5992f2ef
|
kernel: Manually specify aslr region start
|
2 years ago |