344fc8a55d
Try fixing NvFlinger rotation with scaling, return correct error code on WaitSignal timeout, always display window at the center of the screen
gdkchan2018-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
gdkchan2018-02-27 20:45:07 -03:00
708761963e
Fix corner cases of ADCS and SBFM
gdkchan2018-02-26 15:56:34 -03:00
13214ffa43
Fix regression introduced on last commit with wrong ImageEnd
gdkchan2018-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
gdkchan2018-02-25 22:14:58 -03:00
e174100474
Implement many objects, improve logging. (#42)
Ac_Kandgdkchan2018-02-25 19:58:16 +01:00
fba0bf8732
Refactor IPC services to have commands into separate classes, fix readme url
gdkchan2018-02-25 01:34:16 -03:00
31b35a9645
Add FABD (scalar), ADCS, SBCS instructions, update config with better default control mappings, update readme with the new mappings
gdkchan2018-02-24 18:47:08 -03:00
035efc913e
Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers
gdkchan2018-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
gdkchan2018-02-23 21:59:38 -03:00
2ed733b1d5
Somewhat better NvFlinger (I guess) (fixes#30)
gdkchan2018-02-23 18:48:27 -03:00
eafc58c9f2
Add flags parameters in singleOpcode function, and add ADC Test (#36)
MS-DOS1999andgdkchan2018-02-23 15:53:32 +01:00
f09a0082bf
Review of cpu tests and creation of a class for mixed cpu tests. (#35)
LDj3SNuDandgdkchan2018-02-23 13:29:20 +01:00
595e7ee588
Add FCVTAS and FCVTAU instructions
gdkchan2018-02-17 18:59:37 -03:00
ebddc40550
Add events to shared memory, make it work better with direct memory
gdkchan2018-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
gdkchan2018-02-17 18:06:11 -03:00
55743c0cba
Only throw undefined instruction exception at execution, not at translation stage
gdkchan2018-02-10 14:20:46 -03:00
9f612682e0
Add BRK on the opcode table
gdkchan2018-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
gdkchan2018-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
gdkchan2018-02-09 23:31:26 -03:00