Joshua de Reeper
Joshua de Reeper
Swap force is known to have issues, there is a portal compatibility fix gfx pack somewhere
I was able to get around this issue by compiling myself using version 17.0.2 of JavaFX
All this would need is someone to decrypt a dump obtained from a magic band to see what id it is represented by in game, @blan44 have you backed up...
@Spidy123222 yeah I have got another PR open (https://github.com/dolphin-emu/dolphin/pull/11546) to emulate the Infinity Base - but the structure for dumps for Infinity is much different and a lot more complex,...
@OatmealDome yeah of course - I'm happy with that
Let me just take a bit of time to get this to only the one commit of things that are relevant - I might have missed a commit or 2...
This is where I want it now - not sure about the XCode auto generated changes, but can revert those where needed
Happy to pick this one up when the latest changes upstream make it in here
@EGNL not rewritten, just when it gets the latest changes from the main Dolphin Repo, which happens every so often I imagine :)
@Dentomologist I have changed to enum class, definitely makes sense to not get them mixed up as params. Haven't created an enum class before within Dolphin so let me know...