Add FS-UAE support for Windows#298
Conversation
…xt, emulatorType (enum: fs-uae/winuae), stopOnEntry.
There was a problem hiding this comment.
could you please strip the exe (and maybe all the DLLs)? it's way too big
There was a problem hiding this comment.
bin folder is already big (446 MB) and fs-uae will add another 109 MB.
How would you prefer to distribute it? Perhaps the entire bin folder should be a separate repo and be included as a submodule?
There was a problem hiding this comment.
Just strip the debug symbols from the exe/dll and it should be fine.
Also please don‘t set fsuae as default. This would affect all users and can be unexpected.
There was a problem hiding this comment.
Okay stripped debug symbols and fs-uae folder is down from 109 to 35 MB!
Changed default emulator to be WinUAE for Windows and FS-UAE for linux/darwin as in previous release.
No changes just the latest version from your repo as I needed the R_68K_PC32 relocation fixes. |
|
Ah, didn't I include the latest version? |
No, if you do a search in the |
Add FS-UAE support for Windows and add 4 properties to
launch.jsonnoExtension, emulatorType (enum: fs-uae/winuae), stopOnEntry and noDebug.