citra/src/video_core/debug_utils
Yuri Kunde Schlesner 3c50da6fc0 Video core: Fix pixelation/blockiness in textures.
This was caused during morton decoding by me not masking the bits of
each coordinate before merging them, so the bits from x could set bits
in y if it was >255.
2015-02-25 22:16:01 -03:00
..
debug_utils.cpp Video core: Fix pixelation/blockiness in textures. 2015-02-25 22:16:01 -03:00
debug_utils.h Pica/DebugUtils: Better document LookupTexture. 2014-12-20 18:06:55 +01:00