nothing important

This commit is contained in:
smea 2014-10-23 22:11:50 -07:00
parent 2a1c7c8ea9
commit 77b421aa6b
2 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,8 @@ int main()
memcpy(texData, test_png_bin, test_png_bin_size); memcpy(texData, test_png_bin, test_png_bin_size);
memcpy(vertArray, mdlData, sizeof(mdlData)); memcpy(vertArray, mdlData, sizeof(mdlData));
GSPGPU_FlushDataCache(NULL, mdlData, sizeof(mdlData));
GSPGPU_FlushDataCache(NULL, test_png_bin, test_png_bin_size);
tx=ty=0.0f; tz=-0.1f; tx=ty=0.0f; tz=-0.1f;
shader=SHDR_ParseSHBIN((u32*)test_vsh_shbin,test_vsh_shbin_size); shader=SHDR_ParseSHBIN((u32*)test_vsh_shbin,test_vsh_shbin_size);

View File

@ -95,4 +95,3 @@ Result ACU_WaitInternetConnection()
return ret; return ret;
} }