@@ -0,0 +1,19 @@
#include <App.hpp>
#include <MupenMovie.hpp>
int main(int argc, char** argv) {
App* app = new App;
if(argc > 1) {
if(argc > 2) {
LoadTAS(argv[2]);
}
app->window.LoadROM(app->core, argv[1]);
app->Run();
delete app;
return 0;
The note is not visible to the blocked user.