mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
ugh
This commit is contained in:
parent
cb5f862cef
commit
4e1bbfa1a6
2 changed files with 423 additions and 425 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
/* Repository URL */
|
||||
#define OSLIST_URL "https://github.com/cmclark00/retro-imager/blob/dev/src/os_list.json"
|
||||
#define OSLIST_URL "https://github.com/cmclark00/retro-imager/blob/cb5f862cef09aabb1fd4bab4a1ebd5f93242ac92/src/os_list.json"
|
||||
|
||||
/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */
|
||||
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"os_list": [
|
||||
{
|
||||
"os_list": [{
|
||||
"name": "muOS 2410.1 Banana for RG35XX Plus",
|
||||
"description": "muOS 2410.1 Banana firmware optimized for Anbernic RG35XX Plus.",
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/boogaloo/src/icons/logo.png?raw=true",
|
||||
|
@ -228,8 +227,7 @@
|
|||
}
|
||||
],
|
||||
"imager": {
|
||||
"devices": [
|
||||
{
|
||||
"devices": [{
|
||||
"name": "Anbernic RG40XXH",
|
||||
"tags": ["rg40xxh"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/boogaloo/src/icons/RG40XX%20H.png?raw=true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue