• Joined on 2017-10-28
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:33 +00:00
322f28668d Ipc refactor (#9)
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:30 +00:00
7f4a190665 Fixes to memory management
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:27 +00:00
ccc9ce1908 Move a few more SIMD instructions to emit CIL directly instead of a method call
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:22 +00:00
12e263f8b2 Logging Improvements (#7)
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:20 +00:00
6a3aa6cd88 Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:17 +00:00
ebbccfcdbf config bugfix (#6)
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:14 +00:00
5ecfb5c657 Add internal Config support (#5)
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:11 +00:00
aba75186e9 Copy Paste mistake (#4)
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:08 +00:00
9e8f02b66d Add internal Logging support (#3)
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:04 +00:00
ae91da5b60 Merge pull request #2 from gdkchan/direct_memory
18ac1c4045 Removed 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
Compare 2 commits »
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:59:01 +00:00
7be38562b1 Merge pull request #1 from AcK77/master
44a87bc78e Basic audio support2
9f2aea4059 Basic audio support
Compare 3 commits »
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:58 +00:00
64d34f2882 Fix a copy-paste bug on Ins_V
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:55 +00:00
d0954564cd Add ADC and SBC instructions
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:52 +00:00
79f028e410 Add FMADD and FMSUB instructions
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:45 +00:00
768b573772 Add FMOV (scalar, register) and FCMPE instructions
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:41 +00:00
d77d691381 Implement SSHL instruction, fix exception on FMAX/FMIN, and use a better exception message for undefined/unimplemented instructions
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:38 +00:00
b99e808791 Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:33 +00:00
2347c44bbf Improve 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
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:32 +00:00
6ae5587b5e Update README.md
jebbs pushed to staging-import2 at jebbs/ryujinx 2026-05-29 03:58:26 +00:00
d7ee5809bc Create README.md