From d3a9f1443e0555832361e15c1e5d2125172e8498 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 30 Apr 2014 18:55:04 -0400 Subject: [PATCH] rename "test_vsh_bin" to "test_shbin" to fix build of gpu demo --- gpu/source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)