Shoegzer

Results 224 comments of Shoegzer

Fair enough. I opened the issue - please provide the needed details there. Thanks!

Thanks @rafaelferreiraql, I was actually hoping the recent #13046 had a shot at fixing this but then I read your post and realized it's not confined to Nvidia. Not sure...

Unfortunately, yes. Tested with 6c33c38c08ad6684ed660d10689f45d0b5407963. I do test this title frequently for any changes. Also, updates to specs: * OS: Linux Mint 21.2 * Driver: 535.129

Thanks, it helps to know other regions are seeing this too. I've changed the title though would still like to encourage others to test versions that are media- rather than...

Update: [This video](https://www.youtube.com/watch?v=DpBBhF0lbYs) clearly shows the texture issue in contrast with proper rendering (although on PC, not PS3). Look at the mountain range to the left, about 45 seconds in.

@jenci8888: I reported the same issue #10886, and a few years ago @xddxd and I were thinking it was Linux-only, though from your observations apparently it isn't. I've never gotten...

I'm not sure why you say I wouldn't be interested in this emulator anymore? I still enjoy it and it's a great project for preserving Symbian-based systems. Also, all of...

Thanks for looking into this! Adding SDL2 to externals would still be a great option, however more modern distros now include a more updated SDL2 that supports DS pads. For...

Build failing here too, log excerpt: ``` In file included from ../src/xenia/base/logging.cc:36: ../src/xenia/base/threading.h:311:34: error: expected ';' after expression void SetBoostPriority() { Set() } ^ ``` * OS: Linux Mint 21...

That helps, but building still fails with the following: ``` ../src/xenia/base/threading_posix.cc:908:13: error: 'Query' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] EventInfo Query() { ^ ../src/xenia/base/threading.h:306:21: note: overridden...