| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Some audout refactoring and improvements
* More audio improvements
* Change ReadAsciiString to use long for the Size, avoids some casting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SvcExitThread
|
|
|
|
return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
|
|
|
|
|
|
|
|
inside the CPU, since the size if fixed anyway, better heap region size
|
|
|
|
|
|
|
|
|
|
WaitSignal timeout, always display window at the center of the screen
|
|
* Add background translation to the CPU
* Do not use a separate thread for translation, implement 2 tiers translation
* Remove unnecessary usings
* Lower MinCallCountForReJit
* Remove unused variable
|
|
|
|
|
|
|
|
is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData
|
|
|
|
|
|
tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
|
|
default control mappings, update readme with the new mappings
|
|
instructions, fix for NvFlinger sometimes missing free buffers
|
|
and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions
|
|
|
|
|