forked from Nebuleon/ReGBA
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaling request #7
Open
TeddyBeer1983
wants to merge
43
commits into
soarqin:master
Choose a base branch
from
jdgleaver:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I don't own an RG350, so I can't test whether it works for it. Seems to be working fine for my PlayGo, however. I took the values for the RG350's L2/R2 from an input tester.
The joystick works as a mirror of the mapped keys in the native buttons and analog axis.
…B controller (in both playgo2 and rg350)
…ling for RG350M build
…l when fast forwarding
… on all RG350 models
Use a macro FILE_FGETS instead of calling fgets() directly, because our FILE_TAG_TYPE may not be a typedef for FILE*. Signed-off-by: Paul Cercueil <[email protected]> (cherry picked from commit 21f17c7)
Signed-off-by: Paul Cercueil <[email protected]> (cherry picked from commit 196aebf)
This will allow for further improvementss. Signed-off-by: Paul Cercueil <[email protected]> (cherry picked from commit 9bbc648)
Instead of overwriting the savestate file, we first write all the data to a temporary file, and then finally atomically replace the old file with the new file. This mechanism helps prevent savestates being erased when the underlying NAND device driver throws I/O errors. Signed-off-by: Paul Cercueil <[email protected]> (cherry picked from commit 8d79c28)
- Change executable output to regba.gcw0 and regba.rs90, this allows to have the two executables into one single OPK. - Compile with LTO. This requires the CFLAGS to be passed to the linker, which wasn't done before. - Compile with -fno-caller-saves, which is required for ReGBA to boot games and not die in pain. - Garbage-collect function/data sections. - Compile with huge-pages support on the GCW-Zero. Signed-off-by: Paul Cercueil <[email protected]> (cherry picked from commit cb8ec59)
update games config
Add IPU aspect ratio + filter options
Create Makefile.pg
Add OpenDingux Beta support
…2x scalers with 'keep aspect ratio' enabled
OpenDingux Beta: Prevent image cropping when using hardware/hardware_2x scalers with 'keep aspect ratio' enabled
…he menu: - POWER or START+SELECT - POWER or L3+R3 - POWER - START+SELECT Enables POWER button to be disabled, for users of simple menu/Adam image (where waking from sleep would otherwise cause the ReGBA menu to open)
(GCW0/RS90) Enable configuration of the button combo used to toggle the menu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Is there a way to have a grid display while having the regba border? (ie "none" mode with the border while having a grid display)