-
Notifications
You must be signed in to change notification settings - Fork 12
/
todo.txt
92 lines (63 loc) · 3.11 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
-------------------------------
Please see the README.txt in the zip file for installation and update instructions.
- fixed issue selecting the previously launched game on exit when name contains a single quote
- extras: fixed hang in Random Game.pak (it could get lost in empty folders, poor guy)
- extras: added P8.pak (PICO-8 core, jtothebell's fake-08)
-------------------------------
- can we auto-resume fastfoward after hotkey save/load?
- gpsp has issues closing when a ~12MB zipped rom is loaded
- add Add/Remove MiniUI Boot Logo to extras Tools
- pcsx can't select analog or dualshock controller
- see picoarch/source/core.c#714
- might be able to special case a place for this in Emulator controls?
- 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 its 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
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
- 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
- BUG: say doesn't seem to respect extra line returns at end of msg
- use smsplus-gx for SMS/GG?
- 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:
- find . -name ".DS_Store" -type f -print -delete