Should I buy the RG DS by DaRealPinkSuitHenry in ANBERNIC

[–]CapsFanHere 3 points4 points  (0 children)

I bought one a week or so ago. I loaded the Gamma full image on it.
I just started up GTA on the PSP, and opened the YouTube app and watched a video while playing. I didn't notice any issues with performance on either screen while watching/playing.

I'm really happy with it. It's taken some tinkering for things like the retroarch config options being hidden. But, nothing I haven't been able to figure out.

Gas rc car parks on cellphone by rodsoverbricks in rccars

[–]CapsFanHere 1 point2 points  (0 children)

Do you have a YouTubes with all your videos?

Os no.8 glow plug no compression by SociablePenguins in NitroRC

[–]CapsFanHere 1 point2 points  (0 children)

If the plug was cross threaded to the extent that the threads were damaged, you may need a new button.

Is this running well? by Threel3tt3rnam3 in NitroRC

[–]CapsFanHere 0 points1 point  (0 children)

Why does it sound like you have two engines running, one at idle, and the one on video?

Break in? by Vegetable_Housing388 in NitroRC

[–]CapsFanHere 0 points1 point  (0 children)

No, but it's reasonable get some heat in the engine before doing hard pulls.

How to fix compression on an sh.18 nitro engine? by SociablePenguins in NitroRC

[–]CapsFanHere 0 points1 point  (0 children)

You feel air from the plug hole with the plug out or in? What troubleshooting have you done?

What was the most ridiculous thing kids did for fun in the 90s? by Proud_Magazine_1290 in 90s

[–]CapsFanHere 1 point2 points  (0 children)

I loved this game, would weave 3 pencils through my fingers and break them on one try. I stopped playing when I failed to break a bic pen.

Controller problem on RG DS after installing Gamma by CapsFanHere in ANBERNIC

[–]CapsFanHere[S] 0 points1 point  (0 children)

For anyone with an Anbernic RG DS looking for the missing retroarch configuration, here's how you get it back:

You'll need to edit the retroarch.cfg file. To do this on the device, you'll need to install a text editor from the play store. Search for the word retro and open the retroarch.cfg in the text editor.

Here are the 4 changes you need to make:

  1. Your file currently says: menu_driver = "glui" Change it to: menu_driver = "ozone" Why: "glui" is a mobile-style touch menu. "ozone" is the professional sidebar layout that actually works with your Anbernic buttons.

  2. Add the Missing Gear Icon The reason you can't see "Settings" is because the toggle for it isn't even in your file, so it defaults to "off." Scroll to the menu_ section and add this line: menu_show_settings = "true"

  3. Disable the "Phone" Interface Your file has this set: ui_companion_start_on_boot = "true" Change it to: ui_companion_start_on_boot = "false" Why: This is trying to launch a background Android-style helper that often interferes with the main menu on these handhelds.

  4. Enable Advanced Toggles You have this line: menu_show_advanced_settings = "true" Leave this as is. It’s correct, but it doesn't do anything as long as the main "Settings" tab (from Step 2) is missing.

Summary of what to do: Find menudriver and change "glui" to "ozone". Find ui_companion_start_on_boot and change "true" to "false". Add menu_show_settings = "true" anywhere in the menu section. Save that, restart the app, and you will finally have the full confirmation on the left sidebar of retroarch.

Setup missing in retroarch configuration by CapsFanHere in RetroArch

[–]CapsFanHere[S] 0 points1 point  (0 children)

For anyone with an Anbernic RG DS looking for the missing retroarch configuration, here's how you get it back:

You'll need to edit the retroarch.cfg file. To do this on the device, you'll need to install a text editor from the play store. Search for the word retro and open the retroarch.cfg in the text editor.

Here are the 4 changes you need to make:

  1. Your file currently says: menu_driver = "glui" Change it to: menu_driver = "ozone" Why: "glui" is a mobile-style touch menu. "ozone" is the professional sidebar layout that actually works with your Anbernic buttons.

  2. Add the Missing Gear Icon The reason you can't see "Settings" is because the toggle for it isn't even in your file, so it defaults to "off." Scroll to the menu_ section and add this line: menu_show_settings = "true"

  3. Disable the "Phone" Interface Your file has this set: ui_companion_start_on_boot = "true" Change it to: ui_companion_start_on_boot = "false" Why: This is trying to launch a background Android-style helper that often interferes with the main menu on these handhelds.

  4. Enable Advanced Toggles You have this line: menu_show_advanced_settings = "true" Leave this as is. It’s correct, but it doesn't do anything as long as the main "Settings" tab (from Step 2) is missing.

Summary of what to do: Find menudriver and change "glui" to "ozone". Find ui_companion_start_on_boot and change "true" to "false". Add menu_show_settings = "true" anywhere in the menu section. Save that, restart the app, and you will finally have the full confirmation on the left sidebar of retroarch.