AdamN

Results 290 comments of AdamN

> Maybe it only happens in the US version, and that's why ANR2ME seems to have a difference experience? i'm using his savedata, so i also use the same region...

Does high-res texture replacement really help in this case? This kind of issue usually happened when tiling a part of texture that's on the edge of the atlas isn't? where...

You will need this before building ppsspp to fix dubious ownership issue when using container. ``` # Fix dubious ownership issue when running git describe inside a container git config...

> Everything builds, but linking fails with: > > ``` > [build] /opt/devkitpro/devkitA64/bin/../lib/gcc/aarch64-none-elf/14.2.0/../../../../aarch64-none-elf/bin/ld: cannot find -lOSDependent: No such file or directory > ``` > > `-lOSDependent` should be created by...

After fixing the dubious ownership issue, there are also issues with `portable-file-dialogs` (libnx does have `waitpid/pipe`?) and Vulkan (since libnx doesn't support vulkan, adding `-DUSING_X11_VULKAN:BOOL=FALSE \` doesn't seems to work...

Yeah, i saw you're removing the `OSDependent` on your fork, but i didn't saw it being appended for other platforms. According to the PR i quoted, `OSDependent` is only needed/available...

> I would like to help with the PR, I have forked @xerpi 's branch and seeing if I get anywhere. @anr2me were your comments based on the original action...

> I got it pretty close but fail linking due to issues with libEGL looking at that now. xerpi's branch have the EGL disabled with `-DUSING_EGL:BOOL=FALSE`

This issue seems to happened on EU version too. It didn't crashed if i take it slow (or very quick) before i started the tutorial, so may be there is...

i always wondered why the crash screen always saying `(no compat flags active)` 🤔