xenia
xenia copied to clipboard
[Emulator] Added option for content installation
This allows less experienced users to have less issues with getting savefiles from console to Xenia and significantly simplifies process of installing DLCs.
Process right now:
- Go to content directory and find/create title id of game.
- Open/Create content type directory.
- Create directory for savefile/DLCs. (Which for savefile usually must be very specific to even load)
- Extract STFS package.
- Put extracted files into content.
Process with install content:
- Open Xenia.
- Select "Install Content" and select content package that you want to install.
- Profit.
This is a really good idea!
I don't know if this is possible to do, but it'd be nice if the title bar showed (Installing...) like compiling shaders does
Because if you install large DLC, Xenia just "freezes" while it's extracting it and it looks like crash in disguise.
I have two ideas. First is simple and easy, second is a bit more tricky.
-
Just create box that informs that content was installed correctly (or not)
-
Create progressBar, but I'm struggling with implementation and how it should be updated. (Adding dummy progress bar is easy, but functional one is a bit tricky)
Progress bars are cool and all yet I'm fine with just a window saying "Processing your request..." "Loading..." or "Installing..." (these all can have cancel buttons) when finished will say "Installation successful" or "Installation failed" and cancel changes to ok. Or we can leave cancel there and say "Are you sure you'd like to remove your installed content? Yes or no" when pressed.