@@ -2,8 +2,9 @@ Please see the README.txt in the zip files for installation and update instructi
2
2
3
3
BASE
4
4
5
- - rg35xxplus: added RG35XX H support
6
5
- gkdpixel: initial support (_very_ alpha)
6
+ - rg35xxplus: added RG35XX H support
7
+ - rg35xxplus: disable led when screen is on
7
8
- all: removed xrgb8888 support for now (buggy)
8
9
9
10
EXTRAS
@@ -14,11 +15,9 @@ EXTRAS
14
15
15
16
next
16
17
test on all devices
17
- test queued input during sleep on rg35xxplus/h
18
18
update changelog
19
19
20
20
35xxplus/h
21
- I bet this processes input received during sleep...
22
21
auto.sh isn't working here
23
22
figure out
24
23
judder
46
45
look into standalones for console specific scalers
47
46
regba had a good subpixel scaler
48
47
subpixel scaler work is underway
48
+ gb/gbc
49
+ gba
50
+ nes/snes
49
51
50
52
51
53
readme
56
58
prevent installing on unsupported revisions?
57
59
found stray SDL.tar and SDL_.tar files in workspace and mention of extra-libs.tar in install.sh but no other mention
58
60
is this left over from an old workflow?
59
- test changes from vid.blit->src_* to vid.blit->true_* (may not be necessary but I don't think it should hurt anything)
60
61
still haven't found way to disable volume controls
61
62
I think it's controlled by /usr/bin/gpio-volctrl.sh
62
63
but rootfs is a 500MB ro squashfs so patching isn't really ideal
63
64
all
65
+ investigate Clock.pak issues (timezone related primarily)
64
66
evtest
65
67
random note: doesn't know about /dev/input/js0?
66
68
standarize /bin/shutdown
67
69
while (1) pause(); prevents shutdown on some platforms
68
70
just system("rm /tmp/minui_exec") and exit(0) ?
69
71
.res
70
72
use standard naming (replace ext with png instead of append png)
71
- commits.txt is missing newer platforms
72
73
better document the new Bootlogo.paks
73
74
74
75
collections can't handle accented characters (eg. é) in path/rom name...
75
76
wait, why can recents.txt but not collections.txt?
76
- because one is written by the system so its using native accented chars
77
+ because one is written by the device so its using device native accented chars
77
78
update stored rom path logic to only require TAG and not full folder name? (would simplify Collection authoring?)
78
79
add make fetch to get all external sources before build?
79
80
add Developer.pak
97
98
using pixel instead of default font so it will fit on things like PKM and GB*
98
99
99
100
smartpro
100
- Clock.pak doesn't work?
101
101
can't detect headphone state at boot?
102
102
standalone volume starts at max (why?)
103
103
psp uses dsp so maybe a different audio path? volume buttons don't work to change but the Global Volume setting in ppsspp settings does...
104
104
commenting out dsp audio allows volume buttons to work
105
105
but only sometimes?
106
106
ds can be controlled by volume buttons
107
107
but only sometimes
108
- can nds scaling be fixed (it's blurry for no reason)
108
+ can nds scaling be fixed (it's blurry for no good reason)
109
109
n64
110
110
requires libretro opengl implementation
111
111
psp
112
112
after adding xrgb8888 support to MinUI it still chokes on a number of missing libraries
113
113
and eventually an unlinked function (something like XUnlockMutex)
114
114
115
-
116
115
sdl2
117
116
figure out how analogs work and hook them up (if only to double d-pad)
118
117
@@ -122,11 +121,8 @@ next
122
121
can't reproduce
123
122
already waits 3 seconds
124
123
then rgb30
124
+ related to orphaned clusters issue?
125
125
126
- install on rg35xx, install on smart doesn't work
127
- but smart to rg35xx does
128
- couldn't reproduce (possibly result of confusion over model s trimui.zip)
129
-
130
126
move PLAT_isOnline() into PWR_* formally
131
127
132
128
all
0 commit comments