coreinit: Fix DisassemblePPCOpcode return type.

This commit is contained in:
James Benton 2020-04-26 10:05:43 +01:00
parent 5bf8c57bb8
commit 090fd38606

View File

@ -61,7 +61,7 @@ uint32_t
OSGetUPID();
void
BOOL
DisassemblePPCOpcode(uint32_t *opcode,
char *buffer,
uint32_t bufferSize,