diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2018-03-19 07:39:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-19 07:39:08 +0000 |
| commit | 6f76041029393c6823973a29426b28c8c2d0b064 (patch) | |
| tree | 13c1bb5215c2510a7c430b59bc22df666cd2fbf3 /libpcsxcore/misc.h | |
| parent | 768332417644451d38ce1a737465656c7cc75de3 (diff) | |
| parent | 128d6afb179756513860187cf5e31d84d6d8cac4 (diff) | |
| download | pcsxr-6f76041029393c6823973a29426b28c8c2d0b064.tar.gz | |
Merge pull request #7 from loathingKernel/sync-with-codeplex
Sync with codeplex
Diffstat (limited to 'libpcsxcore/misc.h')
| -rwxr-xr-x | libpcsxcore/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index 860c1d29..2e44364f 100755 --- a/libpcsxcore/misc.h +++ b/libpcsxcore/misc.h @@ -60,6 +60,7 @@ int LoadCdrom(); int LoadCdromFile(const char *filename, EXE_HEADER *head); int CheckCdrom(); int Load(const char *ExePath); +int LoadLdrFile(const char *LdrPath); int SaveState(const char *file); int SaveStateMem(const u32 id); |
