Allocate only interpreter or dynarec + hopefully fixed some FPU bugs + hopefully it will build in Windows CI 🙏
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user