#pull request 42
This commit is contained in:
parent
0f58c6ccaa
commit
9eceed0fef
|
@ -439,4 +439,4 @@ Tip: versuchen Sie in Einstellungen passende Plugins auszuwaehlen."
|
|||
//Thanks to DarkThunder for active participation.
|
||||
//Official support site: http://vdx2004.narod.ru
|
||||
//Made in Ukraine.
|
||||
//Fin.
|
||||
//Fin.
|
||||
|
|
|
@ -16,4 +16,4 @@ void (__stdcall *LP7ZSTATUS_UPDATE)(
|
|||
);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -87,4 +87,4 @@ public:
|
|||
virtual bool SetEndOfFile();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -125,4 +125,4 @@ protected:
|
|||
CFileStorage m_FileObject;
|
||||
};
|
||||
|
||||
typedef CIniFileT<CFile> CIniFile;
|
||||
typedef CIniFileT<CFile> CIniFile;
|
||||
|
|
|
@ -208,4 +208,4 @@ bool CLog::Empty(void)
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -305,4 +305,4 @@ BOOL MemTest_VirtualFree( LPVOID lpAddress, SIZE_T dwSize, DWORD dwFreeType )
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -96,4 +96,4 @@ BOOL MemTest_VirtualFree( LPVOID lpAddress, SIZE_T dwSize, DWORD dwFreeType );
|
|||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -2615,4 +2615,4 @@ void CPath::GetAsInternetPath(stdstr& Directory) const
|
|||
}
|
||||
else
|
||||
Directory = _T("/");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#pragma warning(disable:4786)
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
|
|
|
@ -524,4 +524,4 @@ extern "C" void __declspec(naked) NormalizeVector3DNOW(float *v)
|
|||
leave
|
||||
ret
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -113,4 +113,4 @@ FX_ENTRY void FX_CALL
|
|||
GrAspectRatio_t aspectRatio,
|
||||
GrTextureFormat_t format,
|
||||
FxU32 odd_even_mask );
|
||||
FX_ENTRY void FX_CALL grAuxBufferExt( GrBuffer_t buffer );
|
||||
FX_ENTRY void FX_CALL grAuxBufferExt( GrBuffer_t buffer );
|
||||
|
|
|
@ -133,4 +133,4 @@ wxUint32 Load16bYUV (wxUIntPtr dst, wxUIntPtr /*src*/, int /*wid_64*/, int /*hei
|
|||
*(tex++) = c;
|
||||
}
|
||||
return (1 << 16) | GR_TEXFMT_RGB_565;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
nasm.exe -o lib\Texture.obj -O6 -fwin32 -D__WIN32__ --prefix _ Texture.asm
|
||||
nasm.exe -o lib\FixedPoint.obj -O6 -fwin32 -D__WIN32__ --prefix _ FixedPoint.asm
|
||||
nasm.exe -o lib\3dmathSIMD.obj -O6 -fwin32 -D__WIN32__ --prefix _ 3dmathSIMD.asm
|
||||
nasm.exe -o lib\3dmathSIMD.obj -O6 -fwin32 -D__WIN32__ --prefix _ 3dmathSIMD.asm
|
||||
|
|
|
@ -127,4 +127,4 @@ begin
|
|||
if ((WizardSilent() <> true) and (HaveCommandlineParam('noads') <> true)) then begin
|
||||
CreateBINNOPage(wpSelectTasks,'pj64emu','pj64emu');
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#pragma comment(lib, "3rd Party\\zlib\\zdll.lib")
|
||||
|
||||
#include "Zlib\\unzip.h"
|
||||
#include "Zlib\\zip.h"
|
||||
#include "Zlib\\zip.h"
|
||||
|
|
|
@ -944,4 +944,4 @@ bool CLanguage::IsCurrentLang( LanguageFile & File )
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -711,4 +711,4 @@ char * R4300iOpcodeName ( DWORD OpCode, DWORD PC ) {
|
|||
}
|
||||
|
||||
return CommandName;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,4 +87,4 @@ public:
|
|||
void LoadCheats ( bool DisableSelected );
|
||||
void SelectCheats ( HWND hParent, bool BlockExecution );
|
||||
inline bool CheatsSlectionChanged ( void ) const { return m_CheatSelectionChanged; }
|
||||
};
|
||||
};
|
||||
|
|
|
@ -71,4 +71,4 @@ public:
|
|||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -40,4 +40,4 @@ private:
|
|||
bool DumpMemory ( LPCSTR FileName,DumpFormat Format, DWORD StartPC, DWORD EndPC, DWORD DumpPC );
|
||||
|
||||
CEditNumber m_StartAddress, m_EndAddress, m_PC;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -29,4 +29,4 @@ public:
|
|||
virtual ~CDebugTlb(void);
|
||||
|
||||
void RefreshTLBWindow ( void );
|
||||
};
|
||||
};
|
||||
|
|
|
@ -129,4 +129,4 @@ void CDebugger::Debug_ShowMemorySearch()
|
|||
{
|
||||
m_MemorySearch->ShowWindow();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@ public:
|
|||
void Debug_ShowMemorySearch ( void );
|
||||
void Debug_ShowTLBWindow ( void );
|
||||
void Debug_RefreshTLBWindow ( void );
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
#include "../stdafx.h"
|
||||
#include "../stdafx.h"
|
||||
|
|
|
@ -1 +1 @@
|
|||
#include "../stdafx.h"
|
||||
#include "../stdafx.h"
|
||||
|
|
|
@ -29,4 +29,4 @@ public:
|
|||
void LoadLabelList ( char * file );
|
||||
int NewLabels ( void ); // How many new labels been added since loading/saveing label file
|
||||
void SaveLabelList ( void );
|
||||
};
|
||||
};
|
||||
|
|
|
@ -138,4 +138,4 @@ void Mempak::WriteTo(int Control, int Address, BYTE * Buffer) {
|
|||
/* Rumble pack area */
|
||||
}
|
||||
Buffer[0x20] = CalculateCrc(Buffer);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -561,4 +561,4 @@ void CPifRam::LogControllerPakData (char * Description)
|
|||
}
|
||||
}
|
||||
LogMessage("");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,4 +54,4 @@ private:
|
|||
void ReadControllerCommand ( int Control, BYTE * Command );
|
||||
void LogControllerPakData ( char * Description );
|
||||
void n64_cic_nus_6105 (char challenge[], char response[], int length);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -24,4 +24,4 @@ private:
|
|||
|
||||
bool m_ReadOnly;
|
||||
HANDLE m_hFile;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -72,4 +72,4 @@ private:
|
|||
EventList m_Events;
|
||||
BOOL m_bDoSomething;
|
||||
CriticalSection m_CS;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -288,4 +288,4 @@ bool CTLB::operator == (const CTLB& rTLB) const
|
|||
bool CTLB::operator != (const CTLB& rTLB) const
|
||||
{
|
||||
return !(*this == rTLB);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@ public:
|
|||
virtual bool TranslateVaddr ( DWORD VAddr, DWORD &PAddr) const = 0;
|
||||
virtual bool ValidVaddr ( DWORD VAddr ) const = 0;
|
||||
virtual bool VAddrToRealAddr ( DWORD VAddr, void * &RealAddress ) const = 0;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -508,4 +508,4 @@ void CN64Rom::UnallocateRomImage ( void ) {
|
|||
VirtualFree(m_ROMImage,0,MEM_RELEASE);
|
||||
m_ROMImage = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -712,4 +712,4 @@ void CCodeBlock::CompileExitCode ( void )
|
|||
DWORD CCodeBlock::NextTest ( void )
|
||||
{
|
||||
return InterlockedIncrement(&m_Test);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ private:
|
|||
QWORD m_MemContents[2], * m_MemLocation[2];
|
||||
};
|
||||
|
||||
typedef std::map<DWORD, CCompiledFunc *> CCompiledFuncList;
|
||||
typedef std::map<DWORD, CCompiledFunc *> CCompiledFuncList;
|
||||
|
|
|
@ -75,4 +75,4 @@ void CFunctionMap::Reset ( bool bAllocate )
|
|||
{
|
||||
AllocateMemory();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,4 +83,4 @@ private:
|
|||
STEP_TYPE m_NextInstruction;
|
||||
OPCODE m_Command;
|
||||
DWORD m_Test;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -89,4 +89,4 @@ void CRecompMemory::ShowMemUsed()
|
|||
DWORD TotalAvaliable = m_RecompSize / 0x100000;
|
||||
|
||||
g_Notify->DisplayMessage(0,"Memory used: %d mb %-3d kb %-3d bytes Total Available: %d mb",MB,KB,Size, TotalAvaliable);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,4 +31,4 @@ private:
|
|||
enum { MaxCompileBufferSize = 0x03C00000 };
|
||||
enum { InitialCompileBufferSize = 0x00500000 };
|
||||
enum { IncreaseCompileBufferSize = 0x00100000 };
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5105,4 +5105,4 @@ void CRecompilerOps::OverflowDelaySlot (BOOL TestTimer)
|
|||
}
|
||||
ExitCodeBlock();
|
||||
m_NextInstruction = END_BLOCK;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -328,4 +328,4 @@ protected:
|
|||
|
||||
public:
|
||||
static DWORD CompilePC ( void ) { return m_CompilePC; }
|
||||
};
|
||||
};
|
||||
|
|
|
@ -141,4 +141,4 @@ DWORD CALLBACK RomInfoProc (HWND hDlg, DWORD uMsg, DWORD wParam, DWORD lParam) {
|
|||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,4 @@ public:
|
|||
~RomInformation(void);
|
||||
|
||||
void DisplayInformation (HWND hParent) const;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -107,4 +107,4 @@ void CSpeedLimitor::DecreaeSpeed ( void )
|
|||
}
|
||||
SpeedChanged(m_Speed);
|
||||
FixSpeedRatio();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
#include "../stdafx.h"
|
||||
#include "../stdafx.h"
|
||||
|
|
|
@ -171,4 +171,4 @@ CCONTROL::CCONTROL(DWORD &Present, DWORD &RawData, int &PlugType) :
|
|||
m_Present(Present), m_RawData(RawData), m_PlugType(PlugType)
|
||||
{
|
||||
m_Buttons.Value = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,4 +39,4 @@ private:
|
|||
|
||||
static int m_RefCount;
|
||||
static bool m_Registered;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -68,4 +68,4 @@ private:
|
|||
static bool m_bSMM_PIDMA;
|
||||
static bool m_bSMM_TLB;
|
||||
static SYSTEM_TYPE m_SystemType;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -27,4 +27,4 @@ private:
|
|||
|
||||
static int m_RefCount;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
@ -35,4 +35,4 @@ private:
|
|||
|
||||
static int m_RefCount;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
@ -36,4 +36,4 @@ private:
|
|||
static bool m_bProfiling;
|
||||
|
||||
static int m_RefCount;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -34,4 +34,4 @@ public:
|
|||
void DisplayDlCounter ( DWORD FrameRate );
|
||||
void DisplayViCounter ( DWORD FrameRate );
|
||||
// void ClearDisplay ( void );
|
||||
};
|
||||
};
|
||||
|
|
|
@ -291,4 +291,4 @@ void CNotification::BreakPoint ( const char * File, const int LineNumber )
|
|||
DisplayError("Fatal Error: Stopping emulation");
|
||||
g_BaseSystem->CloseCpu();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -211,4 +211,4 @@ public:
|
|||
void Store7ZipInfo ( C7zip & ZipFile, int FileNo );
|
||||
|
||||
static void GetFieldInfo ( ROMBROWSER_FIELDS_LIST & Fields, bool UseDefault = false );
|
||||
};
|
||||
};
|
||||
|
|
|
@ -40,4 +40,4 @@ private:
|
|||
SETTING_SECTIONS m_Sections;
|
||||
CSettingsPage * m_CurrentPage, * m_GeneralOptionsPage, * m_AdvancedPage;
|
||||
bool m_GameConfig;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -95,4 +95,4 @@ bool CGameGeneralPage::EnableReset ( void )
|
|||
void CGameGeneralPage::ResetPage()
|
||||
{
|
||||
CSettingsPageImpl<CGameGeneralPage>::ResetPage();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -239,4 +239,4 @@ public:
|
|||
|
||||
#ifdef pop_malloc
|
||||
#pragma pop_macro("malloc")
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -425,4 +425,4 @@ void TestValidBinary ( )
|
|||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
|
|
|
@ -261,4 +261,4 @@ __declspec(dllexport) DWORD DoRspCycles ( DWORD Cycles ) {
|
|||
}
|
||||
|
||||
return Cycles;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,4 +39,4 @@
|
|||
extern DWORD RSP_NextInstruction, RSP_JumpTo, RSP_MfStatusCount;
|
||||
|
||||
void BuildInterpreterCPU(void);
|
||||
DWORD RunInterpreterCPU(DWORD Cycles);
|
||||
DWORD RunInterpreterCPU(DWORD Cycles);
|
||||
|
|
|
@ -1783,4 +1783,4 @@ void rsp_UnknownOpcode (void) {
|
|||
}
|
||||
}
|
||||
ExitThread(0);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -306,4 +306,4 @@ void GenerateTimerResults (void) {
|
|||
ResetTimerList();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -34,4 +34,4 @@ enum SPECIAL_TIMERS {
|
|||
void ResetTimerList ( void );
|
||||
DWORD StartTimer ( DWORD Address );
|
||||
void StopTimer ( void );
|
||||
void GenerateTimerResults ( void );
|
||||
void GenerateTimerResults ( void );
|
||||
|
|
|
@ -951,4 +951,4 @@ DWORD RunRecompilerCPU ( DWORD Cycles ) {
|
|||
_asm emms
|
||||
}
|
||||
return Cycles;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,4 +104,4 @@ extern RSP_COMPILER Compiler;
|
|||
|
||||
#define IsMmxEnabled (Compiler.mmx)
|
||||
#define IsMmx2Enabled (Compiler.mmx2)
|
||||
#define IsSseEnabled (Compiler.sse)
|
||||
#define IsSseEnabled (Compiler.sse)
|
||||
|
|
|
@ -1135,4 +1135,4 @@ BOOL RSP_DoSections(void) {
|
|||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -69,4 +69,4 @@ typedef union tagVect {
|
|||
unsigned char UB[16];
|
||||
} VECTOR;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -264,4 +264,4 @@ typedef union {
|
|||
void SseShuffleReg ( int Dest, int Source, BYTE Immed );
|
||||
|
||||
void x86_SetBranch32b(void * JumpByte, void * Destination);
|
||||
void x86_SetBranch8b(void * JumpByte, void * Destination);
|
||||
void x86_SetBranch8b(void * JumpByte, void * Destination);
|
||||
|
|
|
@ -327,4 +327,4 @@ void Stop_x86_Log (void) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -553,4 +553,4 @@ void RSP_SWV_DMEM ( DWORD Addr, int vect, int element ) {
|
|||
*(RSPInfo.DMEM + ((Addr + (offset & 0xF)) ^ 3)) = RSP_Vect[vect].B[15 - (Count & 0xF)];
|
||||
offset += 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -370,4 +370,4 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
fclose(fp);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1277,4 +1277,4 @@ DWORD WINAPI DelayedShortcut(LPVOID lpParam)
|
|||
}
|
||||
P_free(lpParam);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -160,4 +160,4 @@ inline void FillN64AnalogComboBox( HWND hDlg, int ComboBox )
|
|||
void SaveXInputConfigToFile( FILE *file, LPXCONTROLLER gController );
|
||||
void LoadXInputConfigFromFile( FILE *file, LPXCONTROLLER gController );
|
||||
|
||||
#endif //_XINPUTCONTROLLER_H
|
||||
#endif //_XINPUTCONTROLLER_H
|
||||
|
|
Loading…
Reference in New Issue