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
2f2b60db4c
Make HSessionObj implement IDisposable (#10)
Stary 2001
2018-02-10 18:31:40 +00:00
55743c0cba
Only throw undefined instruction exception at execution, not at translation stage
gdkchan
2018-02-10 14:20:46 -03:00
9f612682e0
Add BRK on the opcode table
gdkchan
2018-02-10 12:16:48 -03:00
9063766ed6
Add BRK instruction, fix wrong namespace on one of Am interfaces, and disable Debug/Trace logs by default
gdkchan
2018-02-10 10:24:16 -03:00
276f9f6d48
Completely remove static methods inside Ipc interfaces, also remove GetObject method from ServiceCtx as it is no longer needed with this change
gdkchan
2018-02-09 23:31:26 -03:00
3d0b4d345f
Fix bad rename
gdkchan
2018-02-09 21:23:16 -03:00