Merge pull request #972 from cxd4/mempak-stdio

[Project64-core] Have stdio.h to guarantee fopen() and fclose().
This commit is contained in:
zilmar 2016-02-05 08:21:06 +11:00
commit e5cd8765f8
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
****************************************************************************/
#include "stdafx.h"
#include "Mempak.H"
#include <stdio.h>
#include <Common/path.h>
uint8_t Mempaks[4][0x8000];