aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-18Fix for some SIMD issuesgdkchan
2018-02-17Update README.md (#22)Ac_K
2018-02-17Create CONFIG.md (#21)Ac_K
2018-02-17HID Implementation (#20)Ac_K
2018-02-17Add FCVTAS and FCVTAU instructionsgdkchan
2018-02-17Add events to shared memory, make it work better with direct memorygdkchan
2018-02-17CPU refactoring - move SIMD (scalar and vector) instructions to separate file...gdkchan
2018-02-15Update new informations in IAudioOut (#19)Ac_K
2018-02-15Add some tests (#18)Merry
2018-02-15Gracefully close the app on exit (#12)Cristian Carlesso
2018-02-15Update README.md (#16)Ac_K
2018-02-15Shouldn't have undone thisgdkchan
2018-02-15Emit CIL directly for more SIMD instructions, add UCVTF (vector, scalar) and ...gdkchan
2018-02-14AInstEmitAluHelper: Simplify EmitAddsVCheck (#14)Merry
2018-02-14AInstEmitAluHelper: Simplify EmitSubsCCheck (#15)Merry
2018-02-14macOS build (#13)Merry
2018-02-14Add SHRN instruction, and fix ADDVgdkchan
2018-02-13Made initial implementation of the thread scheduler, refactor Svc to avoid pa...gdkchan
2018-02-12Remove Console.Title += since it throws PNSE on linuxgdkchan
2018-02-12Update README.md (#11)Valentin Vanelslande
2018-02-12Generate CIL for SCVTF (vector), add undefined encodings for some instructionsgdkchan
2018-02-10Update README.mdgdkchan
2018-02-10Make HSessionObj implement IDisposable (#10)Stary 2001
2018-02-10Only throw undefined instruction exception at execution, not at translation s...gdkchan
2018-02-10Add BRK on the opcode tablegdkchan
2018-02-10Add BRK instruction, fix wrong namespace on one of Am interfaces, and disable...gdkchan
2018-02-09Completely remove static methods inside Ipc interfaces, also remove GetObject...gdkchan
2018-02-09Fix bad renamegdkchan
2018-02-09Ipc refactor (#9)gdkchan
2018-02-09Fixes to memory managementgdkchan
2018-02-09Move a few more SIMD instructions to emit CIL directly instead of a method callgdkchan
2018-02-09Logging Improvements (#7)Ac_K
2018-02-09Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructionsgdkchan
2018-02-09config bugfix (#6)Ac_K
2018-02-08Add internal Config support (#5)Ac_K
2018-02-08Copy Paste mistake (#4)Ac_K
2018-02-08Add internal Logging support (#3)Ac_K
2018-02-08Merge pull request #2 from gdkchan/direct_memorygdkchan
2018-02-08Merge pull request #1 from AcK77/mastergdkchan
2018-02-08Basic audio support2AcK77
2018-02-08Basic audio supportAcK77
2018-02-07Fix a copy-paste bug on Ins_Vgdkchan
2018-02-07Add ADC and SBC instructionsgdkchan
2018-02-07Add FMADD and FMSUB instructionsgdkchan
2018-02-07Add FMOV (scalar, register) and FCMPE instructionsgdkchan
2018-02-07Removed parts of the MMU functionality to use memory directly (faster, but po...gdkchan
2018-02-07Implement SSHL instruction, fix exception on FMAX/FMIN, and use a better exce...gdkchan
2018-02-06Support loading NSO/NRO without a MOD0 header, stub some functions, support m...gdkchan
2018-02-06Improve access to system registers by using properties, also use exclusive re...gdkchan
2018-02-04Update README.mdgdkchan