Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3436394
add support for PlayGo menu button
Feb 12, 2020
8824d33
added L2/R2 support
Feb 12, 2020
c757246
OpenDingux: [rg350] fix L2/R2 key codes in RG350
valentecaio Apr 13, 2020
13a098e
OpenDingux: [rg350] re-enable analog joystick in RG350
valentecaio Apr 13, 2020
a5a2f55
OpenDingux: [rg350] fix display of buttons Y and X in RG350
valentecaio Apr 29, 2020
c50baff
OpenDingux: [rg350] enable right analog stick for hotkeys in RG350
valentecaio May 1, 2020
4437bb5
OpenDingux: [rg350] enable input from an USB joystick
valentecaio May 20, 2020
acb37db
Add optional colour correction
jdgleaver Sep 16, 2020
5685d5b
Add optional interframe blending
jdgleaver Sep 16, 2020
523b47e
Merge PR#4: add support for L2/R2 buttons and support for external US…
jdgleaver Sep 16, 2020
bf13090
Add 'Hardware (x2)' image scaling method
jdgleaver Sep 18, 2020
d2a9b94
Create separate RG350 and RG350M builds - only enable 2x hardware sca…
jdgleaver Sep 19, 2020
c89266c
Add scanline/grid image scalers
jdgleaver Sep 19, 2020
adf3d87
Fix colour correction gamma adjustment level
jdgleaver Sep 21, 2020
e743d3c
game_config.txt: Add handful of missing games from https://github.com…
jdgleaver Sep 22, 2020
6d35db7
Optimise interframe blending: move 'colour correction enabled' check …
jdgleaver Sep 23, 2020
af6345e
Add 'Hardware (Scale2x)' image scaler
jdgleaver Sep 23, 2020
dc6b644
Reduce crackling when fast forwarding + add option to set volume leve…
jdgleaver Sep 26, 2020
a4391da
Unify RG350 and RG350M builds - 2x hardware scalers are now supported…
jdgleaver Oct 19, 2020
2563455
Add macro FILE_FGETS
pcercuei Jul 31, 2019
e349ed6
FILE_* macros related fixes
pcercuei Jul 31, 2019
51c8912
opendingux: Use custom structure for FILE_TAG_TYPE
pcercuei Jul 31, 2019
ccd971f
opendingux: Implement safer savestate mechanism
pcercuei Jul 31, 2019
5e3ba29
opendingux: Update Makefiles
pcercuei Oct 7, 2020
38aed37
Fix "'fn_dup' may be used uninitialized in this function" warnings
jdgleaver Oct 20, 2020
ceb5af9
RG350 makefile: Tweak compiler flags, rename executable to regba.gcw0
jdgleaver Oct 20, 2020
26fd987
Enable SDL_SWIZZLEBGR support when using official (old) GCW0 toolchain
jdgleaver Nov 9, 2020
8988971
Optimise interframe blending using blargg's packed pixel mixing metho…
jdgleaver Nov 10, 2020
b450d14
Derp fix: SDL_SWIZZLEBGR support hack needs to go in 'draw.h', not 'd…
jdgleaver Nov 10, 2020
3298cef
Optimise hardware 2x scanline/grid scalers using blargg's packed pixe…
jdgleaver Nov 13, 2020
deae27c
update games config
Ninoh-FOX Dec 31, 2020
4b3b5fd
Merge pull request #2 from Ninoh-FOX/patch-1
jdgleaver Jan 24, 2021
dd993b3
Add IPU aspect ratio + filter options
jdgleaver Jan 24, 2021
b9b5175
Merge pull request #3 from jdgleaver/ipu-config
jdgleaver Jan 25, 2021
3ab3b1a
Create Makefile.pg
Ninoh-FOX Feb 16, 2021
2a9a5c2
Merge pull request #4 from Ninoh-FOX/patch-2
jdgleaver Feb 18, 2021
2f2ed85
Makefile.rg350/Makefile.pg: Compile with LTO
jdgleaver Mar 28, 2021
2328387
Add OpenDingux Beta support
jdgleaver Mar 28, 2021
b9a993c
Merge pull request #5 from jdgleaver/dingux-beta
jdgleaver Mar 28, 2021
2218f1f
OpenDingux Beta: Prevent image cropping when using hardware/hardware_…
jdgleaver Mar 31, 2021
511dc07
Merge pull request #6 from jdgleaver/dingux-beta-scaling-fix
jdgleaver Apr 1, 2021
c2d1f84
(GCW0/RS90) Enable configuration of the button combo used to toggle t…
jdgleaver Mar 7, 2022
4396f9e
Merge pull request #7 from jdgleaver/menu-toggle-combo
jdgleaver Mar 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
*.zip
*~
*.bak
*.opk
[Tt]humbs.db
log
source/opendingux/tools/generate_cc_lut
Loading