Fix lens flares in Mario Kart Wii.

This commit is contained in:
Scott Mansell
2015-12-01 05:07:36 +13:00
parent 02d5981b22
commit 03461915a7
4 changed files with 62 additions and 5 deletions

View File

@ -67,6 +67,7 @@ public:
void SetGeneralParameters(u32 _addr, u32 _size, u32 _format)
{
_dbg_assert_msg_(VIDEO, _format < 0x10, "You shouldn't use dolphin's \"Extra\" texture formats in a texture cache entry");
addr = _addr;
size_in_bytes = _size;
format = _format;