Chris Rizzitello
Chris Rizzitello
> I'm not sure whether all these architectures should be added. I've told the last person to send such a PR to create an issue first. Please wait for me...
I have a slight issue in the build, I will wait to hear back from @TheAssassin before i update this further.
The following tools are missing the sha256 file - tools_ifw - tools_maintenance - tools_maintenance_update_reminder
The Failed builds linked here are because i flubed a line in CMake for MacOs . Not because of the code changes.
Now that Makou is using ff7tkWidgets would the [ItemSelector](https://github.com/sithlord48/ff7tk/blob/master/src/widgets/ItemSelector.h) work for this ? 
I need this feature for continuous releases . @softprops How can I help test this ?
this can be done by adding 3 lines to widgets/EncounterWidget.cpp on creation of the dialog we would need to do `setWindowModality(Qt::NonModal); this->hide(); this->show();` this would change the created dialog to...
The single slot types are really two formats for these [PGE](https://github.com/sithlord48/ff7tk/blob/master/src/data/FF7SaveInfo.cpp#L117) (ps1, mcs) and [PDA](https://github.com/sithlord48/ff7tk/blob/master/src/data/FF7SaveInfo.cpp#L123) ( mcb,mcx,psx,pda) Loading info https://github.com/sithlord48/ff7tk/blob/master/src/data/FF7Save.cpp#L77 region offsets https://github.com/sithlord48/ff7tk/blob/master/src/data/FF7Save.cpp#L118 Export PGE https://github.com/sithlord48/ff7tk/blob/master/src/data/FF7Save.cpp#L430 Export PDA https://github.com/sithlord48/ff7tk/blob/master/src/data/FF7Save.cpp#L477
> find_package's looks good, except that Vulkan version not specified. Thank you What version do u want ?
TLDR: For an MK3.5+ solution or one allowing the user to use the newer MK3S firmware 3.13+ This firmware must be rebased upon the MMU's 3.x series, or otherwise implement...