Skip to content
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
wants to merge 43 commits into
base: master
Choose a base branch
from
Open

Scaling request #7

wants to merge 43 commits into from

Conversation

TeddyBeer1983
Copy link

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)

Wilson Sales and others added 30 commits February 12, 2020 12:45
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.
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)
Ninoh-FOX and others added 13 commits December 31, 2020 21:40
Add IPU aspect ratio + filter options
Add OpenDingux Beta support
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants