d88b5c7621
Fix GetAudioRenderersProcessMasterVolume which was totally wrong
gdkchan
2018-03-12 16:29:06 -03:00
e32f27158f
Stub GetAudioRenderersProcessMasterVolume and avoid blowing up the stack inside HDomains Dispose method
gdkchan
2018-03-12 02:07:48 -03:00
8cb23c133b
Add bsd:s service variant again
gdkchan
2018-03-12 01:15:39 -03:00
7a27990faa
Allow more than one process, free resources on process dispose, implement SvcExitThread
gdkchan
2018-03-12 01:04:52 -03:00
3aaa4717b6
Implement BSD Service (#54)
Ac_K
2018-03-12 02:05:39 +01:00
28275a8976
Do not sign-extend timestamps
gdkchan
2018-03-10 20:51:55 -03:00
3777fb44cf
Allow to enable/disable memory checks even on release mode through the flag, 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
gdkchan
2018-03-10 20:39:16 -03:00
5912bd2beb
Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size
gdkchan
2018-03-09 23:12:57 -03:00
4f177c9ee7
More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow paths that don't start with at least a /, increase map region size
gdkchan
2018-03-06 17:27:50 -03:00
344fc8a55d
Try fixing NvFlinger rotation with scaling, return correct error code on WaitSignal timeout, always display window at the center of the screen
gdkchan
2018-03-04 20:32:18 -03:00
f876bd2a80
Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData
gdkchan
2018-02-27 20:45:07 -03:00
708761963e
Fix corner cases of ADCS and SBFM
gdkchan
2018-02-26 15:56:34 -03:00
13214ffa43
Fix regression introduced on last commit with wrong ImageEnd
gdkchan
2018-02-25 22:44:30 -03:00
950011c90f
Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
gdkchan
2018-02-25 22:14:58 -03:00
31b35a9645
Add FABD (scalar), ADCS, SBCS instructions, update config with better default control mappings, update readme with the new mappings
gdkchan
2018-02-24 18:47:08 -03:00
c02a2b510f
Fix build link
gdkchan
2018-02-24 13:30:37 -03:00
035efc913e
Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers
gdkchan
2018-02-24 11:19:28 -03:00
3936c93448
Map heap on heap base region, fix for thread start on homebrew, add FCVTMU and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions
gdkchan
2018-02-23 21:59:38 -03:00
595e7ee588
Add FCVTAS and FCVTAU instructions
gdkchan
2018-02-17 18:59:37 -03:00
ebddc40550
Add events to shared memory, make it work better with direct memory
gdkchan
2018-02-17 18:36:08 -03:00
161193e113
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
gdkchan
2018-02-17 18:06:11 -03:00
b3e47b5712
Update new informations in IAudioOut (#19)
Ac_K
2018-02-16 03:19:29 +01:00
1bfe6a9c22
Add some tests (#18)
Merry
2018-02-16 00:04:38 +00:00
1df2c5ce7f
Gracefully close the app on exit (#12)
Cristian Carlesso
2018-02-15 12:16:16 +00:00