diff options
Diffstat (limited to 'emulator/opengl/host/tools/emugen/tests/t.001/input')
-rw-r--r-- | emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in | 1 | ||||
-rw-r--r-- | emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in index e61fe57..4e98f88 100644 --- a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in +++ b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.in @@ -2,3 +2,4 @@ FOO_ENTRY(void, fooAlphaFunc, FooInt func, FooFloat ref) FOO_ENTRY(FooBoolean, fooIsBuffer, void* stuff) FOO_ENTRY(void, fooUnsupported, void* params) FOO_ENTRY(void, fooDoEncoderFlush, FooInt param) +FOO_ENTRY(void, fooTakeConstVoidPtrConstPtr, const void* const* param) diff --git a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types index c4140d1..05d72fb 100644 --- a/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types +++ b/emulator/opengl/host/tools/emugen/tests/t.001/input/foo.types @@ -6,4 +6,5 @@ FooEnum 32 %08x FooVoid 0 %x FooChar 8 %d FooChar* 32 0x%08x -void* 32 0x%08x
\ No newline at end of file +void* 32 0x%08x +void*const* 32 0x%08x |