Jonian Guveli
Jonian Guveli
@RenanSD007 I'm working on an updated core [here](https://github.com/jonian/libretro-dolphin/tree/testing). The old core exposes ram from what I can see [here](https://github.com/libretro/dolphin/blob/89a4df725d4eb24537728f7d655cddb1add25c18/Source/Core/DolphinLibretro/Main.cpp#L323), so it will probably work if the game is identified. Anyways,...
It seems that the issue has been fixed 2 weeks ago in RetroAchievements/rcheevos#353, so the rcheevos module needs updating. With the updated rcheevos it works even with the current (outdated)...
Thanks for the reply! I used the [lakka scripts](https://github.com/libretro/Lakka-LibreELEC/blob/Lakka-v5.x/packages/lakka/libretro_cores/dosbox_pure/package.mk) to build the core using docker, the armv7 builds using the same method work without issues. If you want me to...
@schellingb after some searching, this might be an issue only on RPi5 due to this bug https://github.com/raspberrypi/bookworm-feedback/issues/107, similar to: flyinghead/flycast#1288 realnc/dosbox-core#57
I can confirm that it works without issues if compiled with the flag: ``` -DPAGESIZE=16384 ```
I don't think that it is needed for every aarch64 device. Even on rpi5 it works with the 4k page size if you set `kernel=kernel8.img` in config.txt. Maybe the best...
@toniosj haven't tried doom, I have only tried doom ultimate and it works without issues. You can use my RPi5 build from [here](https://github.com/jonian/game.retroarch/actions/runs/11532071731).
@toniosj RPI5 build https://github.com/jonian/game.retroarch/actions/runs/12470792330
Hey @scarlion1, thanks for the report. The extension uses negative margin (css) to hide titlebars in CSD apps. Unfortunately there is no other way to achieve this. Leaving the issue...
Thank you for your contribution!