mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-19 03:09:24 +01:00
commit
ef06a0e3f2
@ -166,7 +166,7 @@ void _os_find_export(u32 handle, const char *funcName, void *funcPointer)
|
|||||||
*/
|
*/
|
||||||
char buf[256], *bufp = buf;
|
char buf[256], *bufp = buf;
|
||||||
const char a[] = "Function ", b[] = " is NULL", *p;
|
const char a[] = "Function ", b[] = " is NULL", *p;
|
||||||
int i;
|
unsigned int i;
|
||||||
|
|
||||||
for (i = 0; i < sizeof(a) - 1; i++)
|
for (i = 0; i < sizeof(a) - 1; i++)
|
||||||
*bufp++ = a[i];
|
*bufp++ = a[i];
|
||||||
|
@ -99,9 +99,9 @@ typedef struct
|
|||||||
VPADTPData tpdata1; /* Modified touchscreen data 1 */
|
VPADTPData tpdata1; /* Modified touchscreen data 1 */
|
||||||
VPADTPData tpdata2; /* Modified touchscreen data 2 */
|
VPADTPData tpdata2; /* Modified touchscreen data 2 */
|
||||||
char unknown6a[0xa0 - 0x6a];
|
char unknown6a[0xa0 - 0x6a];
|
||||||
uint8_t volume;
|
u8 volume;
|
||||||
uint8_t battery; /* 0 to 6 */
|
u8 battery; /* 0 to 6 */
|
||||||
uint8_t unk_volume; /* One less than volume */
|
u8 unk_volume; /* One less than volume */
|
||||||
char unknowna4[0xac - 0xa4];
|
char unknowna4[0xac - 0xa4];
|
||||||
} VPADData;
|
} VPADData;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user