i think i got it!

This commit is contained in:
cmclark00 2024-10-14 09:30:56 -04:00
parent 2e4241adab
commit cb5f862cef
2 changed files with 4 additions and 7 deletions

View file

@ -8,7 +8,7 @@
/* Repository URL */ /* Repository URL */
#define OSLIST_URL "https://raw.githubusercontent.com/cmclark00/retro-imager/boogaloo/src/os_list.json" #define OSLIST_URL "https://github.com/cmclark00/retro-imager/blob/dev/src/os_list.json"
/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */ /* 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" #define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization"

View file

@ -266,18 +266,15 @@
}, },
{ {
"name": "Anbernic RG351P", "name": "Anbernic RG351P",
"tags": ["rg351p"], "tags": ["rg351p"]
"icon": "https://github.com/cmclark00/retro-imager/blob/boogaloo/src/icons/RG35XX%20-%20PLUS.png?raw=true"
}, },
{ {
"name": "Anbernic RG351M", "name": "Anbernic RG351M",
"tags": ["rg351m"], "tags": ["rg351m"]
"icon": "https://github.com/cmclark00/retro-imager/blob/boogaloo/src/icons/RG35XX%20-%20PLUS.png?raw=true"
}, },
{ {
"name": "Anbernic RG351V", "name": "Anbernic RG351V",
"tags": ["rg351v"], "tags": ["rg351v"]
"icon": "https://github.com/cmclark00/retro-imager/blob/boogaloo/src/icons/RG35XX%20-%20PLUS.png?raw=true"
}, },
{ {
"name": "Game Console R33S", "name": "Game Console R33S",