This website requires JavaScript.
Explore
Help
Register
Sign In
Museum
/
ryujinx
Archived
Watch
1
Star
0
Fork
0
You've already forked ryujinx
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-02
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
9e8f02b66dabd70cfe6ec425f194119f1cb15542
ryujinx
/
Ryujinx
/
Cpu
History
gdkchan
ae91da5b60
Merge pull request
#2
from gdkchan/direct_memory
...
Removed parts of the MMU functionality to use memory directly (faster…
2018-02-08 20:20:01 -03:00
..
Decoder
Add FMADD and FMSUB instructions
2018-02-07 20:07:16 -03:00
Exceptions
aloha
2018-02-04 20:08:20 -03:00
Instruction
Merge pull request
#2
from gdkchan/direct_memory
2018-02-08 20:20:01 -03:00
Memory
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
2018-02-07 13:44:48 -03:00
State
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
2018-02-06 12:15:08 -03:00
Translation
Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
2018-02-06 20:28:32 -03:00
ABitUtils.cs
aloha
2018-02-04 20:08:20 -03:00
AOpCodeTable.cs
Add ADC and SBC instructions
2018-02-07 20:46:36 -03:00
AThread.cs
aloha
2018-02-04 20:08:20 -03:00
ATranslatedSub.cs
aloha
2018-02-04 20:08:20 -03:00
ATranslator.cs
aloha
2018-02-04 20:08:20 -03:00