From: bunnei Date: Wed, 30 Apr 2014 22:55:04 +0000 (-0400) Subject: rename "test_vsh_bin" to "test_shbin" to fix build of gpu demo X-Git-Tag: v0.2.0~150^2~14^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=d3a9f1443e0555832361e15c1e5d2125172e8498;p=corbenik%2Fctrulib.git rename "test_vsh_bin" to "test_shbin" to fix build of gpu demo --- diff --git a/gpu/source/main.c b/gpu/source/main.c index b9c51e6..b8bb001 100644 --- a/gpu/source/main.c +++ b/gpu/source/main.c @@ -11,7 +11,7 @@ #include #include #include "costable.h" -#include "test_vsh_bin.h" +#include "test_shbin.h" u8* gspHeap; u32* gxCmdBuf; @@ -101,7 +101,7 @@ int main() GPU_Reset(gxCmdBuf, gpuCmd, gpuCmdSize); - DVLB_s* shader=SHDR_ParseSHBIN((u32*)test_vsh_bin,test_vsh_bin_size); + DVLB_s* shader=SHDR_ParseSHBIN((u32*)test_shbin,test_shbin_size); APP_STATUS status; while((status=aptGetStatus())!=APP_EXITING)