Benjamin Legendre

Results 33 comments of Benjamin Legendre

This one was quite challenging! Thank you for report this. I think i fixed the issue by reworking the regex. All tests are passing, including your crontab line, but now...

Hi waltertt, Unfortunately not. I've stopped to use Attract Mode for now (i'm busy at other things) but still interested by this issue as i plan to reinstall my arcade...

I've sent a pull request actually merged into master to prevent this. https://github.com/eLvErDe/museek-plus/pull/3

Jazz Jackrabbit has a pretty uncommon resolution of 320x199 running at 60Hz. Pretty much a curiosity in DOS game world. See: http://nerdlypleasures.blogspot.com/2014/09/how-many-fps-dos-games-and-framerates.html Which makes this game not a good candidate...

Any news on this ? A PR exists but have not been merged:

That's nice! I noticed a small title font visual glitch on the "distance map" menu displayed just after a game over in Burnin' Rubber: ![Burnin Rubber font visual glitch](https://user-images.githubusercontent.com/910115/151841062-2e57eefc-a019-498e-8ac4-e0a756296c8d.png) Tested...

Looks like the directory is : `~/.cache/mesa_shader_cache`: My machine has an intel graphic chip (Iris Xe) I deleted this dir then tried again. Same behavior: First run it okay (the...

Just compiled myself RetroArch v1.9.14: ``` git clone .. git checkout v1.9.14 ``` It works correctly with v1.9.14 so its a regression in v1.10.0 **EDIT**: v1.10.0 works well too (as...

Ok so i found that compiling retroarch with the following flag is triggering the bug: ``` ./configure --disable-builtinglslang ``` This flag is enabled in RetroArch ArchLinux package since v1.10.0-1. This...

@alucryd I really have no idea as my knowledge about slang shader etc. are pretty limited on "the dev side". Maybe some kind of "pid" file, tmp file, or any...