forked from shauninman/MiniUI-Legacy-Miyoo-Mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
108 lines (77 loc) · 3.89 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
-------------------------------
Please see the README.txt in the zip file for installation and update instructions.
DO NOT RELEASE UNTIL YOU FIX LARGE COLLECTION BACK OUT BLACKOUTS
- added Collections (see updated README.txt for info)
- added collated Roms folders with matching display names (see updated README.txt for info)
- changed default Screen size from Native to Aspect
-------------------------------
===============================
upload v0.0.3 to github release
add libvorbis and libmad to non-arm miyoomini-toolchain-buildroot
and upload comparable v0.0.3 there too
for now I'm running the toolchain with a local v0.0.3 for vvvvvv
===============================
- BUG: collated paths don't return to the collated folder after exiting rom
- something todo with last
- add an is_collated flag to collated entries? then pass the parent path to saveLast?
- how do I reconcile the
- add MGBA.pak to extras?
- SDL
- put libmsettings behind a build flag or dlopen/dlsym
- can virtual boy be optimized at all?
- add frameskip?
- tada! 39fps and stuttery audio to 50fps with skip-free audio
- seems tempermental, sometimes a restart fixes framerate
- quicksave and power off when /tmp/battery hits 5?
change message when performing emergency power off
maybe handle in keymon? then signal picoarch to shutdown
- revisit defaults and overrides for gambatte and mgba
- mgba needs rumble strength setting
- move all picoarch userdata folders into:
.picoarch/EMU_TAG/CORE_NAME/
- still?
- picoarch
hold to ff?
can't figure it out
allow audio while ff?
possible but after trying not actually desireable...
- pcsx is going through some serious changes (besides the update to v2 options)
wait for the dust to settle before considering updating
- test supafaust
- msu-1
- marvelous
- script checking core repos for newer commits?
- look at the way eggs clockd works and see if we can do something similar to add libmmenu to standalones
- launch binary and pass it's pid to standalonemenu which listens for MENU and sends a sig STOP to the previous binary?
- add an Extended Font.pak?
- picoarch
truncate the common parts of a group of options, not the (usually unique) ends
see if rewind is easy to add
integrate cheat support into MiniUI
- look into CamOS and MI_ERRs in MiniUI and picoarch
- probably tied to both settings and SDL trying to restore audio volume?
- add logging to try to bookend the errors to identify their source then untangle the cause
- look into removing trimui patches from picoarch cores, breaking on latest core commits, see pcsx_rearmed
- add Single-use paks to extras Tools (Add/Remove MiniUI Boot Logo and Update Boot Command)
- BUG: repo doesn't checkout correct branch for submodules when cloned...
tried but didn't work
git submodule set-branch -b miniui-miyoomini third-party/picoarch
maybe
https://stackoverflow.com/questions/1777854/how-can-i-specify-a-branch-tag-when-adding-a-git-submodule/18799234#18799234
this worked for everything but SDL I think
- faqs
- known issues
- document auto.sh
- can `trap "sync && reboot" EXIT` or similar be used to catch errors in auto.sh and prevent stock from polluting the SD card?
trap "sync && reboot && sleep 10" ERR && set -E # NO
see https://stackoverflow.com/questions/29427364/non-bash-equivalent-to-trap-err
eggs: It should be noted that in the new FW, reboot will terminate and continue to run for some time afterwards.
- BUG: say doesn't seem to respect extra line returns at end of msg
- use smsplus-gx for SMS/GG?
- scroll long names
ugh, this will be harder than it needs to be because of the old Union cross-platform separation
- press L on a save state to lock/unlock it? to make it the default state to open instead of a cold launch?
- auto-adjust brightness based on screen effect?
change all logging from &> log to > log 2>&1
- show, confirm, and say don't sleep (neither does Files.pak)
:thinking_face: :shrug: