Hi everyone, I have 3 problems to share :
-
Has anyone else encountered such problem. It started maybe 3-4 nightlies ago. When i want to assign buttons i go to âinput user 1 bindsâ but instead of button mappings i see hotkey mappings, the same as in menu âinput hotkey bindsâ, i can map buttons anyway throuh âuser 1 bind allâ, but this way i cannot bind turbo button. Is there any way to fix this?
-
Also i noticed that cheat function is working strange(i know itâs probably not fully implemented). So here is a copule of problems on different cores, havenât tried many of them. GBA : cheats are not working at all, be it from database that downloaded inside program, or manually inserted cheats from different sources. PCSXR : cheats are working awesome, but with minor bugs, from my testing it seems long cheats are not working (those that have more than 1 or 2 lines) for example :
cheat15_desc = â100% stealâ
cheat15_code = â80007FF2+2417+80007FF4+0008+80007FF6+2642+80007FF8+1021+80007FFA+0057+80007FFE+2456+8000800A+9050+80008010+00FF+80008012+2402+80008018+0004+8000801A+1602+80008020+0001+80008022+26F7+80008024+1FFD+80008026+0800+8000802E+A2C2+80008032+2416+80008038+0008+8000803A+03E0+D00772A0+0001+800B7F40+1FFC+D00772A0+0001+800B7F42+0C00+D00772A0+0001+800B7F46+2400+D00772A0+0001+800B7F3E+2400+D00772A0+0001+800B64BA+1400â
cheat15_enable = false
If you enable it just like that, it doesnt work at all. But if you cut it on different cheat codes like that :
cheat15_desc = â100% stealâ
cheat15_code = â80007FF2+2417â
cheat15_enable = false
cheat16_desc = â100% stealâ
cheat16_code = â80007FF4+0008â
cheat16_enable = false
.
.
Etc.
This way such cheats are working, but in such format it can crash the game, if used constantly. And itâs a mess to enable 20-30 cheatlines and disable them after certain period. Is there a fix for this?
- It seems that games cannot be saved through memory card, only savestates work fine, but when you save on memory card retroarch just doesnât generate srm file or generate it randomly for some games and doesnât generate for the others, and thus games acannot be saved usual way. Is it just me or itâs a common bug? Permissions are set as usual through ifile on all folders - owner : root, group : mobile, user-group-all : read,write.execute.
p.s. also there is minor bug for video options saving âallow rotationâ line when i set flag to âoffâ and exit emulator (save config on exit is enabled) next time i start emu flag on allow rotation is resetted and screen rotates, is there a way to fix this? Or maybe there is line in global config for it, to set the flag âoffâ ?