David
7c970132b5
macro: Add support for "middle methods" on the code cache ( #4112 )
Macro code is just uploaded sequentially from a starting address, however that does not mean the entry point for the macro is at that address. This PR adds preliminary support for executing macros in the middle of our cached code.
6 years ago
bunnei
fa8e35c49f
Merge pull request #4182 from Kewlan/fullscreen-hotkey-fix
hotkeys: Fix issues caused when changing the fullscreen hotkey
6 years ago
Rodrigo Locatti
f84cbf6429
Merge pull request #4140 from ReinUsesLisp/validation-layers
renderer_vulkan: Update validation layer name and test before enabling
6 years ago
bunnei
b05795d704
Merge pull request #3955 from FernandoS27/prometheus-2b
Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
6 years ago
bunnei
8596a12772
Merge pull request #4196 from ogniK5377/nrr-nro-fixes
ldr: Cleanup NRO & NRR structs
6 years ago
David Marcec
db824b59c8
ldr: Cleanup NRO & NRR structs
6 years ago
David
d67c7d9a82
Merge pull request #4026 from VolcaEM/ldr
ldr: Update NRR/NRO structs
6 years ago
David
4a5f6c03b0
Merge pull request #4184 from VolcaEM/patch-9
grc: Update function table
6 years ago
David
d3a306b7a6
Merge pull request #4185 from VolcaEM/patch-10
lbl: Update function table
6 years ago
David
477979dd43
Merge pull request #4186 from VolcaEM/patch-11
ldn: Update function table
6 years ago
David
b478b61dcf
Merge pull request #4187 from VolcaEM/patch-12
mig: Update function table
6 years ago
David
00aa9f6a53
Merge pull request #4188 from VolcaEM/patch-13
mm: Update function table
6 years ago
David
26e243d2d7
Merge pull request #4189 from VolcaEM/patch-14
ncm: Update function table
6 years ago
David
bd590895cf
Merge pull request #4190 from VolcaEM/patch-15
nfc: Update function table
6 years ago
David
e978f05ed1
Merge pull request #4183 from VolcaEM/patch-8
friend: Update function table
6 years ago
Fernando Sahmkow
2f8947583f
Core/Common: Address Feedback.
6 years ago
Fernando Sahmkow
e486c66850
NvFlinger: Clang Format.
6 years ago
Fernando Sahmkow
626cc44d7a
Build System: Fix GCC & MINGW Build.
6 years ago
Fernando Sahmkow
4105f38022
SVC: Implement 32-bits wrappers and update Dynarmic.
6 years ago
Fernando Sahmkow
ce350e7ce0
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32
6 years ago
Fernando Sahmkow
b8df61c642
ARM: Update Dynarmic and Setup A32 according to latest interface.
6 years ago
Fernando Sahmkow
22ceaca2f4
SVC: Add GetThreadPriority32 & SetThreadPriority32
6 years ago
Fernando Sahmkow
ec11918323
ArmDynarmic32: Setup CNTPCT correctly
6 years ago
Fernando Sahmkow
e3d561fb84
Audio: Correct buffer release for host timing.
6 years ago
Fernando Sahmkow
7fd7d05838
Common/Kernel: Corrections and small bug fixing.
6 years ago
Fernando Sahmkow
272a87127a
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
6 years ago
Fernando Sahmkow
39ddce1ab5
Externals: Update Dynarmic.
6 years ago
Fernando Sahmkow
3165152396
Common/NativeClockx86: Reduce native clock accuracy further.
6 years ago
Fernando Sahmkow
71c4779211
Tests/CoreTiming: Correct host timing tests.
6 years ago
Fernando Sahmkow
0a8013d71e
ARMDynarmicInterface: Correct GCC Build Errors.
6 years ago
Fernando Sahmkow
7b1804dab4
Common/AtomicOps: Correct GCC Intrinsic argument ordering.
6 years ago
Fernando Sahmkow
d240143588
Kernel: Correct Host Context on Threads and Scheduler.
6 years ago
Fernando Sahmkow
0e4c35c591
YuzuQT: Hide Speed UI on Multicore.
6 years ago
Fernando Sahmkow
467d43570e
Clang Format.
6 years ago
Fernando Sahmkow
3714f2e471
ARMInterface/Externals: Update dynarmic and fit to latest version.
6 years ago
Fernando Sahmkow
dda6147b0d
ARMInterface: Correct rebase errors.
6 years ago
Fernando Sahmkow
71f1c0f9f9
CoreTiming: Correct rebase bugs and other miscellaneous things.
6 years ago
Fernando Sahmkow
cdf900f1e3
Core: Split Microprofile Dynarmic timing per Core
6 years ago
Fernando Sahmkow
528b19a842
General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.
6 years ago
Fernando Sahmkow
7b44187fd2
Dynarmic Interface: don't clear cache if JIT has not been created.
6 years ago
Fernando Sahmkow
ad92865497
General: Correct rebase, sync gpu and context management.
6 years ago
Fernando Sahmkow
bfb5244cf8
CoreTiming/CycleTimer: Correct Idling.
6 years ago
Fernando Sahmkow
bece52cd81
SingleCore: Correct ticks reset to be on preemption.
6 years ago
Fernando Sahmkow
48fa3b7a0f
General: Cleanup legacy code.
6 years ago
Fernando Sahmkow
c8bf47dcfb
Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak.
6 years ago
Fernando Sahmkow
54e304fe2a
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
6 years ago
Fernando Sahmkow
19165cd859
HLE_IPC: Correct HLE Event behavior on timeout.
6 years ago
Fernando Sahmkow
7e2ce2f7f4
SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock.
6 years ago
Fernando Sahmkow
a7ecd9e19c
FrameLimiting: Enable frame limiting for single core.
6 years ago
Fernando Sahmkow
f5e32935ca
SingleCore: Use Cycle Timing instead of Host Timing.
6 years ago