That I’m not sure about. You say it works as a mouse in the menu but not in the game? does it help if you press F11 to enable mouse-capture?
It works, I had to change mouse controller in general control settings in retroarch to ultimarc. Where can I increase mouse/trackball sensitivity in mame? I also noticed that mame current is not switching scanlines in vertical games to vertical position, can I change it anywhere? In mame core 2010 it works properly
You should be able to change sensitivity in the MAME OSD / “tab” menu. If you press “scroll lock”, it will put you in “game focus mode”, which passes all inputs directly to the core (i.e., so keyboard hotkeys conflicts don’t occur), then you can navigate MAME’s menus just like you would with standalone MAME.
As for the scanlines, AFAIK, we don’t have any way for the core to communicate to the frontend that it’s actually rotated and not just skinny. Unfortunately, the libretro-ization of MAME-current is very naive so as to not interfere with keeping the core updated, whereas the older forks have had somewhat deeper integration.
FBNeo, in contrast, has a very deep and feature-filled integration and can handle things like rotation and button labels (in the controls menu), etc. much more effectively.
Citra is the 3DS Core
Would love a Core that Could run Windows 3.1 up to Windows XP
Button Macros would be great. For example pressing on the real controller two buttons will trigger a virtual joypad button.
plus microphone, camera support for input devices
I don’t think Citra is on android https://www.reddit.com/r/RetroArch/comments/hvod00/citra_3ds_core/
This is something a lot of people requested for years now. At least FBneo features simple macros as a lot of NEO GEO games use 2 or 3 buttons combined . Some SMS, GB, GBC, NES, Gen/MD and GBA games would also benefit from it.
does anyone know if it is possible to associate certain controllers with different cores, and how to do that if it is possible? I am using lakka (the OS) and I bought a gamecube to usb controller and a snes to usb controller. They both work fine, but I was wondering if its possible to have the snes controller be in control when i launch snes games, and the gamecube controller to be in control when i launch gamecube games. That would make it so much easier because then i wouldnt have to unplug the snes controller everytime i want to play a gamecube game and vice versa.
not in any straightforward manner. There are things you can do with overrides and disabled autoconfiguration, but I think it’s more of a hassle than just plugging in the appropriate pad when needed.
Not well in my experience although there may be a solution out there. I have a Bluetooth Gamecube controller and an Xbox One controller. I use the standalone version of Dolphin. Standalone Dolphin’s controller options allow me to use both the Gamecube and Xbox controller for Gamecube games.
Assigning additional controllers to players/cores in this way would be my number one feature request. It’s literally the only reason I use standalone Dolphin over the Dolphin core.
Has anyone ever brought up the idea of a Commander Genius core? The developer has said, although he doesn’t have the time to do it himself, he would be willing to help port it.
Hi all,
Is a Supermodel Libretro port still being pursued? DirtBagXon has done some wonderful work with getting the standalone version of that emulator set up specifically for Sinden Lightgun users on ARM:
The emulator generally works well on a Raspberry Pi 4B with a few caveats. Resizing the game screen appropriately is difficult, and the standalone emulator’s multi-mouse input mode (for dual lightguns) is a Windows-specific feature. These issues could likely be solved with Libretro’s input and video code.
I don’t know if this is possible or if it is even the correct solution: Dreamcast overclock? Sega Rally 2 has a 60 fps mode but it still slows down. I don’t know how this mode is implemented but if it is limited by the DC’s power, an OC mode would be welcomed.
In other words, it would be nice if we could overclock Flycast.
no, the guy who started it got stuck pretty early on. Someone else would need to take a stab at it.
it would also be nice to have a straightforward overclock option for the N64 core, which is something other N64 emulators have, and remove all the current confusing options that don’t work properly.
Is there any way to split specific systems emulated only by MAME to a separate core?
You could compile it yourself and edit the core name. In my experience the size of the DLL stays about the same though so I see no good reason.
Got it, I thought it was possible to extract only the necessary parts for a given system, but it makes sense it’s not that easy and I didn’t know the size of the file would end up almost the same as the main core. I think something similar happened to the CD-i core which was not too user-friendly to get running.
It’s easy enough to set which drivers you want in the compile… but even for a single system the DLL is about the same size.
I am no expert though, Same_CDi is based on MAME and the DLL is 7 times smaller, so there must be a way.