You can now easily hide games on category basis.
Click on a category to cycle through possible checkbox states.
The "ALL" category can now have 3 different states:
[ ] Not checked = Doesn't display all categories (like before)
[v] Checked = Displays all categories (like before)
[X] Cross = Displays all categories except forbidden categories.
The other categories now have 4 different states:
[ ] Not checked = Games containing this category are not filtered (like before)
[v] Enabled = All games containing this category will be displayed (like before)
[X] Forbidden = All games containing this category will NOT be displayed.
[+] Required = All games NOT containing this category will NOT be displayed.
*Created an own class for the homebrew prompt
*Created scrollbar class which is now used on every browser
*Created a checkbox browser list class
*Changed the category prompts to the new list mode
*Improved B-Button scrolling
*Fixed horizontal text scrolling
*Fixed possible crash on long text display
*Many internal gui changes and navigation changes
*Fixed booting games by argument (headless id) (Issue 1930)
*Fixed SD Reload button to really reload the SD after it was ejected (Issue 1923)
*Added booting with arguements from meta.xml for homebrews (Issue 1926)
*Added some arguments acception from meta.xml to our app. "-ios=xxx" and "-usbport=x" or "--ios=xxx" and "--usbport=x" can be used. -usbport is for Hermes cIOS to decide which usb port to use on startup. The ios is the boot IOS on startup, it always overrides the compiled boot IOS into the application.