We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caeaa8 commit fc1bcf9Copy full SHA for fc1bcf9
rg_tool.py
@@ -17,10 +17,10 @@
17
PROJECT_APPS = {
18
# Project name Type, SubType, Size
19
'updater': [0, 0, 524288],
20
- 'launcher': [0, 0, 983040],
21
- 'retro-core': [0, 0, 983040],
+ 'launcher': [0, 0, 1048576],
+ 'retro-core': [0, 0, 1048576],
22
'prboom-go': [0, 0, 851968],
23
- 'gwenesis': [0, 0, 983040],
+ 'gwenesis': [0, 0, 1048576],
24
'fmsx': [0, 0, 655360],
25
'gbsp': [0, 0, 851968],
26
}
0 commit comments