Lime-3DS-Emulator
Lime-3DS-Emulator copied to clipboard
Small screen position feature
This will address #332. Currently in draft. Steps for completion are:
-
[x] Update android to use Large Screen instead of the MobileLandscape layout (separate #PR is in for this already), this branch builds off of that one and will be updated to incorporate any changes in that PR
-
[x] Enable the feature internally by editing FrameBuffer Layout code to support a SmallScreenPosition enum. Choices are TopRight, MiddleRight, BottomRight, TopLeft, MiddleLeft, BottomLeft, Above, and Below. Above and Below are centered.
-
[x] Add settings to the INI file and all the read setting / write setting code to enable this as a config file setting.
-
[x] Add desktop UI for user to edit this setting
-
[x] Add android model and UI to edit the feature
- [x] At the same time, the Large Screen Proportion setting should also be exposed on android
Bugfixes once mostly complete
-
[x] Fix the weird issue with entering floats in the slider for large screen proportion where it doesn't let "3." be the text so you end up having to do something weird to get 3.2
-
[x] What the heck is happening with AppImage and why?