Static recompilation of Majora's Mask (and soon Ocarina of Time) for PC (Windows/Linux)
Go to file
2024-05-04 02:08:59 -04:00
assets Cont/kb/mouse focus priorities and behaviors reworked (#15) 2024-05-02 01:51:09 -04:00
icons Add Linux taskbar icon (#6) 2024-04-25 03:04:18 -04:00
include Cont/kb/mouse focus priorities and behaviors reworked (#15) 2024-05-02 01:51:09 -04:00
lib Moved UI resource destruction to RT64 deinit hook, temporarily disabled shader cache as it's out of date 2024-05-01 04:25:22 -04:00
patches Disable autosave debug 2024-05-04 02:08:59 -04:00
rsp Added recomp runtime library and portultra, MM initial boot 2023-02-19 22:27:35 -05:00
shadercache Implemented shader cache preloading 2024-04-27 00:02:10 -04:00
shaders Update RT64, split UI immutable sampler into its own descriptor set 2023-11-24 18:12:58 -05:00
src Fixed integer overflow in audio buffer calculations, added workaround to speed up audio if too many samples get queued somehow (prevents audio lag bug) 2024-05-04 00:28:42 -04:00
ultramodern Moved UI resource destruction to RT64 deinit hook, temporarily disabled shader cache as it's out of date 2024-05-01 04:25:22 -04:00
.gitignore Fixed race condition with thread deletion, update RT64 2024-04-27 15:06:26 -04:00
.gitmodules Update RT64 and refactor RT64 handling 2024-04-14 15:59:42 -04:00
CMakeLists.txt Fixed cmake sometimes not linking required libraries on linux 2024-04-27 16:04:13 -04:00
CMakeSettings.json Added release with debug info configuration for VS 2023-10-29 12:13:41 -04:00
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 Added function patching, began reorganizing UI code, added native file dialog library 2023-11-11 17:42:07 -05:00
rev1_overlays.txt Initial commit that can build a static library from recompiled functions 2023-02-19 03:28:39 -05:00
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