orbital/tools/dumper/source/ksdk_gpu.h
Alexandro Sanchez Bach 2482e517af
Added GPU IH dumper
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
2019-01-07 23:56:45 +01:00

15 lines
275 B
C

/**
* (c) 2017-2018 Alexandro Sanchez Bach.
* Released under MIT license. Read LICENSE for more details.
*/
#ifndef KSDK_GPU_H
#define KSDK_GPU_H
/* self */
typedef struct gpu_ih_mgr_t {
uint8_t unk[0x58];
void *rb_base;
} gpu_ih_mgr_t;
#endif /* KSDK_GPU_H */