diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-21 02:06:34 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-21 02:06:34 +0000 |
| commit | 000f2e2923da84e6b7f1e4d48b9e803a203a4461 (patch) | |
| tree | 451e3a2cab6f1414455f8c2bdf7070b7396657e5 /libpcsxcore/psxmem.c | |
| parent | f8843a7af4138d2abe1c084008d607c21127eae9 (diff) | |
| download | pcsxr-000f2e2923da84e6b7f1e4d48b9e803a203a4461.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57465 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxmem.c')
| -rw-r--r-- | libpcsxcore/psxmem.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c index f46e7261..aa405ca6 100644 --- a/libpcsxcore/psxmem.c +++ b/libpcsxcore/psxmem.c @@ -127,16 +127,6 @@ void psxMemReset() { Config.HLE = FALSE; } } else Config.HLE = TRUE;
-
- // Load Net Yaroze runtime library (if exists)
- sprintf(bios, "%s/libps.exe", Config.BiosDir);
- f = fopen(bios, "rb");
-
- if (f != NULL) {
- fseek(f, 0x800, SEEK_SET);
- fread(psxM + 0x10000, 0x61000, 1, f);
- fclose(f);
- }
} void psxMemShutdown() { |
