just some , useless for emulation , changes that might make it easier for us all :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3752 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c01ded38bd
commit
73516cc8e9
|
@ -59,6 +59,7 @@ static bool LoadRom(const char *fname, int size_in_words, u16 *rom)
|
|||
|
||||
return true;
|
||||
}
|
||||
PanicAlert("Failed to load DSP Rom : %s",fname);
|
||||
// Always keep ROMs write protected.
|
||||
WriteProtectMemory(g_dsp.irom, size_in_bytes, false);
|
||||
return false;
|
||||
|
|
|
@ -611,7 +611,7 @@
|
|||
Name="Docs"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\AX.c"
|
||||
RelativePath="..\..\..\docs\DSP\AX.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
|
@ -663,19 +663,19 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\Crazy Taxi.txt"
|
||||
RelativePath="..\..\..\docs\DSP\Crazy Taxi.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\dsp_rom.txt"
|
||||
RelativePath="..\..\..\docs\DSP\dsp_rom.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\DSP_UC_Zelda.txt"
|
||||
RelativePath="..\..\..\docs\DSP\DSP_UC_Zelda.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\SrcSelect_.c"
|
||||
RelativePath="..\..\..\docs\DSP\SrcSelect_.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
|
@ -727,7 +727,7 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\wwdsp.c"
|
||||
RelativePath="..\..\..\docs\DSP\wwdsp.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
|
@ -779,11 +779,11 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\Zelda.txt"
|
||||
RelativePath="..\..\..\docs\DSP\Zelda.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\docs\DSP\zeldaNotes.txt"
|
||||
RelativePath="..\..\..\docs\DSP\zeldaNotes.txt"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
Loading…
Reference in New Issue