mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
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.