mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 16:54:50 +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.