Allocate only interpreter or dynarec + hopefully fixed some FPU bugs + hopefully it will build in Windows CI 🙏

This commit is contained in:
CocoSimone
2023-02-10 01:01:12 +01:00
parent ea5e4895ba
commit 6d58728239
24 changed files with 661 additions and 583 deletions

View File

@@ -1,10 +1,6 @@
#include <App.hpp>
#include <MupenMovie.hpp>
#ifdef _WIN32
#define main SDL_main
#endif
int main(int argc, char** argv) {
App* app = new App;
if(argc > 1) {