Malte Löpmann

Results 25 comments of Malte Löpmann

Sorry for late response. Your log file does not show one line of RCB. From your first post I would say it may be an issue with multiple discs not...

Possible that it is a size issue. Although PS1 roms should not be that big. What system are you running? Do you have enough RAM available? Maybe there are also...

Thanks @Royusmc! I will see if I can include this new view to RCB. If you have more views or changes to RCB that I could include just let me...

Hi Kupo, your english seems to be as good as mine :). I would like to keep "public" disussion in english, so that everybody is able to read them. You...

I started to reformat the code to get rid of the trailing whitespaces. @bruny: If you have issues with the new formatting, let me know

Convert string xml files to po files

Does not seem to work for me. I somehow managed to access the registry keys but e.g. retroarch is not listed here although it is fully installed and shown in...

I implemented it like this in emu_autoconfig: ``` %APPDATA%\RetroArch %PROGRAMFILES%\RetroArch %PROGRAMFILES(X86)%\RetroArch %INSTALLDIR%\RetroArch\retroarch.exe "%rom%" -f -D -c "%INSTALLDIR%\RetroArch\retroarch.cfg" -L "%INSTALLDIR%\RetroArch\cores\bsnes_accuracy_libretro.dll" ``` Before saving config.xml %INSTALLDIR% will be replaced with the path...