- Sep 22, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
This used to occur due to the VMManager being nullptr at the time cheats were registered (during load, but before it was done). This is bypassed by not accessing the VMManager for offset data until load is complete,
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
As opposed to converting to string and then back to hex array
-
Zach Hilman authored
This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers.
-
Zach Hilman authored
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.
-
Zach Hilman authored
This is better than just using something like Common.Filesystem or Common.Memory
-
David authored
core: Implement FileSystemController to deglobalize FS services
-
Zach Hilman authored
Log the current title id and game name which is booting
-
- Sep 21, 2019
-
-
Zach Hilman authored
-
MysticExile authored
* Update README.md * Adress feedback * Add link to our compatability page * Address feedback Co-Authored-By:
Morph <39850852+Morph1984@users.noreply.github.com> * Fix spelling Co-Authored-By:
Morph <39850852+Morph1984@users.noreply.github.com> * Small fix * Removed the mention of a specific game * fix
-
Rodrigo Locatti authored
shader_ir: Implement ICMP
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Used by fsp-srv/IDeviceOperator
-
Zach Hilman authored
Includes version and meta title ID, used by fsp-srv/IDeviceOperator
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Creates a default save data for the application given a user ID.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Prevents a crash if the filename is less than 9 characters long.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Matches hardware behavior and eliminates some nasty behavior we were doing that wasn't hw-accurate at all.
-
Zach Hilman authored
If title ID is 0, there are no add ons, prevents wasting time looking for them.
-
Zach Hilman authored
Prevents a crash if the load dir would be nullptr, instead logs an error and returns appropriately.
-
Zach Hilman authored
Needed to use the RegisteredCache/PlaceholderCache on gamecards.
-