MerryMage
e7c77b90c4
cpu_interrupt_handler: Remove #pragma once from .cpp file
6 years ago
CrazyMax
7bd3558c64
GetDisplayVersion should return a null-terminated version string.
also, in case of failed to get of the basic version, we will try get it from application update.
6 years ago
MerryMage
76bd617b2d
memory: Set page-table pointers before setting attribute = Memory
6 years ago
Morph
c0dc8f9d25
AM/ISelfController: Stub CreateManagedDisplaySeparableLayer
Stub this by sending 1 layer id instead of 2 as yuzu does not support multiple layers per display.
No adverse side effects have been observed.
- Used by Animal Crossing: New Horizons Update 1.3.0
6 years ago
VolcaEM
3f910efb40
Rename two functions in NS
- Rename "GetShellEvent" to "GetShellEventHandle"
- Rename "LaunchApplicationFromHost" to "LaunchApplication"
6 years ago
VolcaEM
38b585a309
Rename GetApplicationArea2 to GetApplicationAreaSize
6 years ago
David Marcec
d5dfe34c49
externals: Track opus as submodule instead of using conan
Supersedes #4068 see for details.
6 years ago
Lioncash
fb13f053bb
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
6 years ago
Lioncash
c91710a82f
key_manager: Delete move operations
Prevents the singleton from being moved from.
6 years ago
Lioncash
00a1d106bd
key_manager: Make use of canonical deleted operator=
operator= typically returns a reference, it's not void.
While we're at it, we can correct the parameter formatting to adhere to the
codebase.
6 years ago
VolcaEM
86946ea13c
Remove duplicate functions
6 years ago
VolcaEM
f3630a0713
Use decimal instead of hexadecimal
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
6 years ago
VolcaEM
a0c499aef7
Fix typo
6 years ago
VolcaEM
f2eead3b5b
Clang-format
6 years ago
VolcaEM
6a0010d0c6
service: Update function tables
6 years ago
ReinUsesLisp
8562b516c0
core_timing,scheduler: Use std::scoped_lock when possible
Simplifies the cognitive load of procedures using locks and makes locks
safe against exceptions.
6 years ago
David Marcec
db824b59c8
ldr: Cleanup NRO & NRR structs
6 years ago
David Marcec
dcf345febe
am: Stub GetIndirectLayerConsumerHandle
Needed by Monster Hunter Generations Ultimate
6 years ago
David Marcec
f0baf2abf2
acc: ListOpenContextStoredUsers partial stub
Needed by Baldur's Gate 1/2
6 years ago
Fernando Sahmkow
2f8947583f
Core/Common: Address Feedback.
6 years ago
Fernando Sahmkow
e486c66850
NvFlinger: Clang Format.
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
0a8013d71e
ARMDynarmicInterface: Correct GCC Build Errors.
6 years ago
Fernando Sahmkow
d240143588
Kernel: Correct Host Context on Threads and Scheduler.
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
Fernando Sahmkow
9bde28d7b1
Scheduler: Correct Reload/Unload
6 years ago
Fernando Sahmkow
5974e3ea33
Thread: Release the ARM Interface on exitting.
6 years ago