mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-08 21:15:06 +01:00
Fix Mocha_SEEPROMRead
This commit is contained in:
parent
c36ac435db
commit
f8fc1f2452
@ -212,7 +212,7 @@ MochaUtilsStatus Mocha_ODMGetDiscKey(WUDDiscKey *discKey) {
|
||||
return res;
|
||||
}
|
||||
|
||||
extern int bspRead(const char *, uint32_t, const char *, uint32_t, uint16_t *);
|
||||
extern "C" int bspRead(const char *, uint32_t, const char *, uint32_t, uint16_t *);
|
||||
MochaUtilsStatus Mocha_SEEPROMRead(uint8_t *out_buffer, uint32_t offset, uint32_t size) {
|
||||
if (!mochaInitDone) {
|
||||
return MOCHA_RESULT_LIB_UNINITIALIZED;
|
||||
|
Loading…
Reference in New Issue
Block a user