Whoops.
This commit is contained in:
@@ -35,7 +35,7 @@ static uint8_t jim_load_nvr(void)
|
|||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
|
||||||
f = nvrfopen(L"europc_jim.nvr", L"rb");
|
f = nvr_fopen(L"europc_jim.nvr", L"rb");
|
||||||
if (f)
|
if (f)
|
||||||
{
|
{
|
||||||
fread(europcdat, 1, 16, f);
|
fread(europcdat, 1, 16, f);
|
||||||
@@ -52,7 +52,7 @@ void europc_save_nvr(void)
|
|||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
|
||||||
f = nvrfopen(L"europc_jim.nvr", L"wb");
|
f = nvr_fopen(L"europc_jim.nvr", L"wb");
|
||||||
if (f)
|
if (f)
|
||||||
{
|
{
|
||||||
fwrite(europcdat, 1, 16, f);
|
fwrite(europcdat, 1, 16, f);
|
||||||
|
|||||||
Reference in New Issue
Block a user