344fc8a55dTry 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
f876bd2a80Change 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
708761963eFix corner cases of ADCS and SBFM
gdkchan
2018-02-26 15:56:34 -03:00
13214ffa43Fix regression introduced on last commit with wrong ImageEnd
gdkchan
2018-02-25 22:44:30 -03:00
950011c90fAdded 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
e174100474Implement many objects, improve logging. (#42)
Ac_K
2018-02-25 19:58:16 +01:00
fba0bf8732Refactor IPC services to have commands into separate classes, fix readme url
gdkchan
2018-02-25 01:34:16 -03:00
31b35a9645Add 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
035efc913eFix 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
3936c93448Map 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
2ed733b1d5Somewhat better NvFlinger (I guess) (fixes#30)
gdkchan
2018-02-23 18:48:27 -03:00
eafc58c9f2Add flags parameters in singleOpcode function, and add ADC Test (#36)
MS-DOS1999
2018-02-23 15:53:32 +01:00
f09a0082bfReview of cpu tests and creation of a class for mixed cpu tests. (#35)
LDj3SNuD
2018-02-23 13:29:20 +01:00
595e7ee588Add FCVTAS and FCVTAU instructions
gdkchan
2018-02-17 18:59:37 -03:00
ebddc40550Add events to shared memory, make it work better with direct memory
gdkchan
2018-02-17 18:36:08 -03:00
161193e113CPU 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
b3e47b5712Update new informations in IAudioOut (#19)
Ac_K
2018-02-16 03:19:29 +01:00
1bfe6a9c22Add some tests (#18)
Merry
2018-02-16 00:04:38 +00:00
1df2c5ce7fGracefully close the app on exit (#12)
Cristian Carlesso
2018-02-15 12:16:16 +00:00
2f2b60db4cMake HSessionObj implement IDisposable (#10)
Stary 2001
2018-02-10 18:31:40 +00:00
55743c0cbaOnly throw undefined instruction exception at execution, not at translation stage
gdkchan
2018-02-10 14:20:46 -03:00
9f612682e0Add BRK on the opcode table
gdkchan
2018-02-10 12:16:48 -03:00
9063766ed6Add 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
276f9f6d48Completely 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
3d0b4d345fFix bad rename
gdkchan
2018-02-09 21:23:16 -03:00