mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
fd9daf7594
Unfortunately the ub (undefined behavior) sanitizer has some bugs, it doesn't understand pointers to member functions, so can't use it in-game (due to the vertex decoder). Thanks Nemoumbra for the reminder.