Skip to content

Commit f9b1b35

Browse files
author
Shaun Inman
committed
more pre-release housekeeping
1 parent ce1411a commit f9b1b35

File tree

3 files changed

+18
-22
lines changed

3 files changed

+18
-22
lines changed

commits.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bump() {
2525
}
2626

2727
{
28-
tell UNION
28+
tell MINUI
2929
show ./
3030
bump
3131

@@ -63,11 +63,6 @@ bump() {
6363
# echo CORES
6464
# list ./workspace/trimui/cores/src
6565
# bump
66-
#
67-
# tell RGNANO
68-
# echo CORES
69-
# list ./workspace/nano/cores/src
70-
# bump
7166

7267
tell RGB30
7368
show ./workspace/rgb30/other/DinguxCommander
@@ -76,7 +71,6 @@ bump() {
7671
bump
7772

7873
tell TG5040
79-
show ./workspace/tg5040/other/evtest
8074
show ./workspace/tg5040/other/unzip60
8175
echo CORES
8276
list ./workspace/tg5040/cores/src
@@ -88,8 +82,14 @@ bump() {
8882
bump
8983

9084
tell RG35XXPLUS
85+
show ./workspace/tg5040/other/unzip60
86+
echo CORES
87+
list ./workspace/rg35xx/cores/src # just copied from normal rg35xx
88+
bump
89+
90+
tell GKDPIXEL
9191
echo CORES
92-
list ./workspace/rg35xxplus/cores/src
92+
list ./workspace/gkdpixel/cores/src
9393
bump
9494

9595
} | sed 's/\n/ /g'

skeleton/EXTRAS/Tools/gkdpixel/Files.pak/launch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
cd $(dirname "$0")
44

55
HOME="$SDCARD_PATH"
6-
/usr/bin/opkrun /media/data/apps/dinguxcmd_kai.opk
6+
/usr/bin/opkrun /media/data/apps/dinguxcmd_kai.opk

todo.txt

+9-13
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Please see the README.txt in the zip files for installation and update instructi
22

33
BASE
44

5-
- rg35xxplus: added RG35XX H support
65
- gkdpixel: initial support (_very_ alpha)
6+
- rg35xxplus: added RG35XX H support
7+
- rg35xxplus: disable led when screen is on
78
- all: removed xrgb8888 support for now (buggy)
89

910
EXTRAS
@@ -14,11 +15,9 @@ EXTRAS
1415

1516
next
1617
test on all devices
17-
test queued input during sleep on rg35xxplus/h
1818
update changelog
1919

2020
35xxplus/h
21-
I bet this processes input received during sleep...
2221
auto.sh isn't working here
2322
figure out
2423
judder
@@ -46,6 +45,9 @@ next
4645
look into standalones for console specific scalers
4746
regba had a good subpixel scaler
4847
subpixel scaler work is underway
48+
gb/gbc
49+
gba
50+
nes/snes
4951

5052

5153
readme
@@ -56,24 +58,23 @@ next
5658
prevent installing on unsupported revisions?
5759
found stray SDL.tar and SDL_.tar files in workspace and mention of extra-libs.tar in install.sh but no other mention
5860
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)
6061
still haven't found way to disable volume controls
6162
I think it's controlled by /usr/bin/gpio-volctrl.sh
6263
but rootfs is a 500MB ro squashfs so patching isn't really ideal
6364
all
65+
investigate Clock.pak issues (timezone related primarily)
6466
evtest
6567
random note: doesn't know about /dev/input/js0?
6668
standarize /bin/shutdown
6769
while (1) pause(); prevents shutdown on some platforms
6870
just system("rm /tmp/minui_exec") and exit(0) ?
6971
.res
7072
use standard naming (replace ext with png instead of append png)
71-
commits.txt is missing newer platforms
7273
better document the new Bootlogo.paks
7374

7475
collections can't handle accented characters (eg. é) in path/rom name...
7576
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
7778
update stored rom path logic to only require TAG and not full folder name? (would simplify Collection authoring?)
7879
add make fetch to get all external sources before build?
7980
add Developer.pak
@@ -97,22 +98,20 @@ next
9798
using pixel instead of default font so it will fit on things like PKM and GB*
9899

99100
smartpro
100-
Clock.pak doesn't work?
101101
can't detect headphone state at boot?
102102
standalone volume starts at max (why?)
103103
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...
104104
commenting out dsp audio allows volume buttons to work
105105
but only sometimes?
106106
ds can be controlled by volume buttons
107107
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)
109109
n64
110110
requires libretro opengl implementation
111111
psp
112112
after adding xrgb8888 support to MinUI it still chokes on a number of missing libraries
113113
and eventually an unlinked function (something like XUnlockMutex)
114114

115-
116115
sdl2
117116
figure out how analogs work and hook them up (if only to double d-pad)
118117

@@ -122,11 +121,8 @@ next
122121
can't reproduce
123122
already waits 3 seconds
124123
then rgb30
124+
related to orphaned clusters issue?
125125

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-
130126
move PLAT_isOnline() into PWR_* formally
131127

132128
all

0 commit comments

Comments
 (0)