Priidu Neemre

Results 9 comments of Priidu Neemre

+1, unfortunately, seems like there isn't much interest for this feature :(

Just a heads up: this doesn't work OOTB on Ubuntu 18.04. Tested on an ODROID XU4, but should be the same for Raspberry Pi 3/4. The newest version of `meson`...

Just to add to my comment above, I also had to disable OpenGL support via: ``` - local params=(-Dprefix="$md_inst" -Ddatadir="resources") + local params=(-Dprefix="$md_inst" -Ddatadir="resources" -Duse_opengl="false") ``` After that, the scriptmodule...

+1 for this. This would also make it possible to scrape RetroPie's `ports` from TheGamesDB, for example. (Currently seems to not be doable, since `ports` is not a valid platform...

A workaround that I've used is to prioritize the `wor` region over `us` by manually re-listing everything in the `regionPrios` config option, like so: ``` regionPrios="wor,us,eu,ss,uk,jp,au,ame,de,cus,cn,kr,asi,br,sp,fr,gr,it,no,dk,nz,nl,pl,ru,se,tw,ca" ``` Most of the...

Any news on this? Has anyone found a clever workaround, maybe? I am facing the same naming collision issue with another unrelated library.

+1, IMHO this is currently the only meaningful feature that `lr-ppsspp` has & standalone `ppsspp` doesn't. Duckstation nailed it perfectly for the PS1. I don't see why anyone would use...