nothing important
This commit is contained in:
parent
2a1c7c8ea9
commit
77b421aa6b
@ -170,6 +170,8 @@ int main()
|
||||
|
||||
memcpy(texData, test_png_bin, test_png_bin_size);
|
||||
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;
|
||||
shader=SHDR_ParseSHBIN((u32*)test_vsh_shbin,test_vsh_shbin_size);
|
||||
|
@ -95,4 +95,3 @@ Result ACU_WaitInternetConnection()
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user