595e7ee588Add FCVTAS and FCVTAU instructions
gdkchan
2018-02-17 18:59:37 -0300
ebddc40550Add events to shared memory, make it work better with direct memory
gdkchan
2018-02-17 18:36:08 -0300
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 -0300
b3e47b5712Update new informations in IAudioOut (#19)
Ac_K
2018-02-16 03:19:29 +0100
1bfe6a9c22Add some tests (#18)
Merry
2018-02-16 00:04:38 +0000
1df2c5ce7fGracefully close the app on exit (#12)
Cristian Carlesso
2018-02-15 12:16:16 +0000
2f2b60db4cMake HSessionObj implement IDisposable (#10)
Stary 2001
2018-02-10 18:31:40 +0000
55743c0cbaOnly throw undefined instruction exception at execution, not at translation stage
gdkchan
2018-02-10 14:20:46 -0300
9f612682e0Add BRK on the opcode table
gdkchan
2018-02-10 12:16:48 -0300
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 -0300
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 -0300
3d0b4d345fFix bad rename
gdkchan
2018-02-09 21:23:16 -0300
18ac1c4045Removed parts of the MMU functionality to use memory directly (faster, but potentially more dangerous, WIP), also changed the Shl/Sshr immediate instructions to use IL instead of calling the method
gdkchan
2018-02-07 13:44:48 -0300
d77d691381Implement SSHL instruction, fix exception on FMAX/FMIN, and use a better exception message for undefined/unimplemented instructions
gdkchan
2018-02-07 09:38:43 -0300
b99e808791Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
gdkchan
2018-02-06 20:28:32 -0300
2347c44bbfImprove access to system registers by using properties, also use exclusive region granularity on exclusive load/stores, and ensure that acquires without releases won't hold the address forever, remove unused ALU rev method
gdkchan
2018-02-06 12:15:08 -0300