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

This commit is contained in:
Mr-Wiseguy
2023-11-12 14:47:38 -05:00
parent 398988a961
commit 8188aee2c1
21 changed files with 264 additions and 60 deletions
+1
View File
@@ -21,5 +21,6 @@ enum class Menu {
};
void set_current_menu(Menu menu);
void destroy_ui();
#endif