惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
小众软件
小众软件
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
J
Java Code Geeks
WordPress大学
WordPress大学
The Cloudflare Blog

Danb Blog

August 2026: What I've Been Working On · Danb Blog Great Tech: Intel 2500k CPU · Danb Blog July 2026: What I've Been Working On · Danb Blog My Experience with Ubuntu Desktop 26.04 · Danb Blog Thumbnails for Orca 3MF in GNOME Files · Danb Blog Cheaper Sodastream Gas with a Big Tank · Danb Blog June 2026: What I've Been Working On · Danb Blog Running Snyk On Forgejo/Codeberg Actions · Danb Blog Tuta & Proton: An Open Source Client Does Not Result in an Open Source Service · Danb Blog May 2026: What I've Been Working On · Danb Blog 3D Printing Parts for my Greenhouse, Round 2 · Danb Blog Great Devices: Nexus 7 2013 · Danb Blog April 2026: What I've Been Working On · Danb Blog Basic OpenCode Sandboxing with Docker · Danb Blog Games Played in 2025 · Danb Blog March 2026: What I've Been Working On · Danb Blog Shivam Mathur's "node-docker" Images are Awesome for PHP CI · Danb Blog February 2026: What I've Been Working On · Danb Blog Your BookStackApp project was assigned as a project for my Software Architecture course · Danb Blog My Sovol SV08 3D Printer Setup in 2026 · Danb Blog January 2026: What I've Been Working On · Danb Blog Epson Printer: The administrator password you entered was not recognized · Danb Blog Pressure to Follow Process · Danb Blog Online Shopping Email Notifications · Danb Blog My HomeLab Setup in 2026 · Danb Blog Linux Label Printing with the Phomemo D30 · Danb Blog Reporting to the CMA: Google Android Developer Verification · Danb Blog OPNsense & Dnsmasq: Responding with specific DNS servers · Danb Blog An Impromptu Introduction to ZFS Drive Replacement at 1am · Danb Blog Experience with UK Medical Cannabis for Ankylosing Spondylitis · Danb Blog
R36S Console RetroArch Stuck Menu Issue · Danb Blog
2026-05-04 · via Danb Blog

I recently treated myself to a new R36S portable console. This was an AliExpress special at only around £33, and it can emulate a bunch of consoles all the way up to the N64/Dreamcast/PS1/PSP level. It even comes with a very wide range of “sample” ROMs on the provided SD card.

A purple translucent modern-gameboy-looking device, with a large square screen, a d-pad, dual analog sticks and colourful face buttons

Note: The black grip shown here is something I 3D-printed from this model. By default the device is quite narrow for adult hands.

Doing a bit of research, I immediately backed up the stock micro SD card, since they are very low quality and prone to failure, then re-flashed a fresh MicroSD with “dArkOSRE-R36”. For context, my device was an R36S-V22 2024-12-18 (Panel 4 V22 board) which appeared to be a real device instead of a clone.

With that done, most things appeared to work great, apart from the in-game emulator menu used for save states, control mapping and many other useful things. I came to learn this was the RetroArch menu. I could open the menu, but the selector/cursor would be stuck on one item. Pressing the FN key, and then using the shoulder buttons allows some movement but without any accuracy. I tried re-flashing other operating systems, but the same issue occurred. I could not find any details of the same issue elsewhere.

When opening up RetroArch directly, I noticed the selector would be shaking a bit, until the analog stick was very slightly tilted left. It still wasn’t controllable, but this indicated a potential analog stick issue causing problems.

The Fix

I popped out the MicroSD card, inserted it into my PC, and mounted/accessed the “ROOT” partition (If on Windows, sorry, I’m not sure if you can gain easy access to this).

Then, find the home/ark/.config/retroarch/retroarch.cfg and home/ark/.config/retroarch32/retroarch.cfg files. You may need to show hidden files to see the .config folder. Within these find the following two options and update their values to be as shown:

input_analog_deadzone = "0.800000"
input_analog_sensitivity = "0.900000"

For me, the deadzone was set to 0, and the sensitivity was set to 1.5. Save your changes, after applying to both files. Safely eject the SD card, and re-insert into the console.

After this change, I was now able to navigate and use RetroArch menus!

Note: This may result in the analog sticks being less reactive. I’ve only really used the D-PAD in games so far, although the sticks do still work. But with access to the menus (or via following the above again) you may be able to tune or recalibrate these values.