Static recompilation of Majora's Mask (and soon Ocarina of Time) for PC (Windows/Linux)
Go to file
2024-03-27 14:59:28 -05:00
assets graphics navigation to radio fixed 2024-03-27 12:40:43 -05:00
icons Added icons and version number, disabled 8x MSAA and set default to 2x 2024-03-15 19:47:29 -04:00
include update promptfont.h 2024-03-27 14:59:28 -05:00
lib Modified how patch elf is linked to prevent address conflicts with vanilla symbols, update RT64 2024-03-20 22:16:51 -04:00
patches Reduced input latency and improved gyro by moving input polling to main game thread and moving frame wait to after DL submission, fixed bluetooth dualsense gyro 2024-03-21 02:46:08 -04:00
rsp
shaders Update RT64, split UI immutable sampler into its own descriptor set 2023-11-24 18:12:58 -05:00
src allow clicks from unfocused 2024-03-27 12:07:03 -05:00
ultramodern Fixed audio channels getting swapped twice 2024-03-21 23:56:19 -04:00
.gitignore Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file 2024-03-15 12:13:39 -04:00
.gitmodules Moved rt64 submodule to new folder to reflect change in repo name 2024-03-15 17:46:45 -04:00
CMakeLists.txt Added icons and version number, disabled 8x MSAA and set default to 2x 2024-03-15 19:47:29 -04:00
CMakeSettings.json
launch.vs.json Rename cmake project, embed data for custom code directly into executable instead of a separate file 2024-03-15 01:15:33 -04:00
overlays.us.rev1.txt Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file 2024-03-15 12:13:39 -04:00
patches.toml
rev1_overlays.txt
us.rev1.toml Removed use of std::exit and changed recomp runtime to exit normally, added helpers for getting recompiled args and returning values, added example of patch code calling native code 2023-11-12 14:47:38 -05:00