| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
SVC::WaitSynchronizationN: Reschedule at the end
|
|
Also rewrite Qt wrappers to use those.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Memory::IsValidVirtualAddress
|
|
|
|
|
|
|
|
|
|
This allows frontends to keep a single loader and use it multiple times
e.g. for code loading and SMDH parsing.
|
|
Fixes #1115.
Also improves the performances of DiskArchive’s directory
implementation a lot, simply by not going through the entire tree
instead of just listing the first level files.
Thanks to JayRoxFox for rebasing this on current master!
|
|
|
|
tests: Infrastructure for unit tests
|
|
|
|
|
|
|
|
DSP/HLE: Implement mixer processing
|
|
|
|
|
|
|
|
|
|
Microprofile: DPI-aware drawing
|
|
|
|
|
|
|
|
|
|
|
|
* Update ACT_U
* Create act_a.h
* Create act_a.cpp
* Add service ACT:A
* Add ACT:A source and header
* Fix wrong header
|
|
Set fpscr for new threads
|
|
|
|
OpenGL: Support blend equation
|
|
|
|
Refactor JIT
|
|
|
|
|
|
|
|
Avoid uninitialised in hw renderer + Only sync depth if necessary
|
|
|
|
|
|
|
|
|
|
|