git-svn-id: https://localhost/svn/Project64/trunk@49 111125ac-702d-7242-af9c-5ba8ae61c1ef
This commit is contained in:
parent
8fc98904a9
commit
9aec7cb4d9
|
@ -77,6 +77,8 @@ void CPluginList::AddPluginFromDir ( CPath Dir)
|
|||
}
|
||||
|
||||
PLUGIN Plugin;
|
||||
memset(&Plugin.Info,0,sizeof(Plugin.Info));
|
||||
Plugin.Info.MemoryBswaped = true;
|
||||
GetDllInfo(&Plugin.Info);
|
||||
if (!ValidPluginVersion(Plugin.Info))
|
||||
{
|
||||
|
|
|
@ -4195,34 +4195,10 @@
|
|||
RelativePath="N64 System\C Core\C Core Interface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\Core Settings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\CPU.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\Debugger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\Eeprom.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\Flashram.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\Logging.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\Main.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\MEMPAK.H"
|
||||
>
|
||||
|
@ -4231,10 +4207,6 @@
|
|||
RelativePath="N64 System\C Core\r4300i Commands.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\r4300i Memory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="N64 System\C Core\r4300i Registers.h"
|
||||
>
|
||||
|
|
Binary file not shown.
|
@ -925,8 +925,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,7,51,48
|
||||
PRODUCTVERSION 1,7,51,48
|
||||
FILEVERSION 1,7,51,49
|
||||
PRODUCTVERSION 1,7,51,49
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -943,12 +943,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", " "
|
||||
VALUE "FileDescription", "Project64"
|
||||
VALUE "FileVersion", "1, 7, 51, 48"
|
||||
VALUE "FileVersion", "1, 7, 51, 49"
|
||||
VALUE "InternalName", "Project64"
|
||||
VALUE "LegalCopyright", "Copyright © 2010"
|
||||
VALUE "OriginalFilename", "Project64.exe"
|
||||
VALUE "ProductName", " Project64"
|
||||
VALUE "ProductVersion", "1, 7, 51, 48"
|
||||
VALUE "ProductVersion", "1, 7, 51, 49"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in New Issue