PCSX2 : v1.7.0

This commit is contained in:
Abdessamad DERRAZ
2021-10-17 20:47:31 +02:00
parent d677acd6a1
commit 7505bed384
12 changed files with 4480 additions and 3296 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,9 +4,9 @@
# Important: PAD bindings will override shortcuts at this file. # Important: PAD bindings will override shortcuts at this file.
# IMPORTANT: GSdx has fixed shortcuts. Make sure your shortcuts don't conflict. # IMPORTANT: GS has fixed shortcuts. Make sure your shortcuts don't conflict.
# Also, they will affect GSdx also when alt/ctrl/shift are pressed, so it's # Also, they will affect GS also when alt/ctrl/shift are pressed, so it's
# best to completely avoid them at this file. GSdx uses: # best to completely avoid them at this file. GS uses:
# F5 - Deinterlace modes # F5 - Deinterlace modes
# PAGE_UP - FXAA antialiasing (HW and SW) # PAGE_UP - FXAA antialiasing (HW and SW)
# PAGE_DOWN - Cycles through dither modes (HW) # PAGE_DOWN - Cycles through dither modes (HW)

Binary file not shown.

View File

@@ -1,43 +1,58 @@
disassembly view:
ctrl+g goto †---------------------†
ctrl+e edit breakpoint
ctrl+d enable/disable breakpoint
ctrl+b add breakpoint
right follow branch/position memory view to accessed address
left go back one branch level/goto pc
up move cursor up one line
down move cursor down one line
page up move visible area up one page
page down move visible area down one page
f10 step over
f11 step into
tab toggle display symbols
left click select line/toggle breakpoint if line is already highlighted
right click open context menu
memory view: Disassembly view:
ctrl+g goto †---------------------†
ctrl+b add breakpoint
left move cursor back one byte/nibble
right move cursor ahead one byte/nibble
up move cursor up one line
down move cursor down one line
page up move cursor up one page
page down move cursor down one page
0-9,A-F overwrite hex nibble
any overwrite ansi byte
left click select byte/nibble
right click open context menu
ctrl+wheel zoom memory view
esc return to previous goto address
ctrl+v paste a hex string into memory
breakpoint list: Ctrl + G Goto
Ctrl + E Edit Breakpoint
Ctrl + D Enable/disable breakpoint
Ctrl + B Add breakpoint
Left Go back one branch level/goto pc
Right Follow branch/position memory view to accessed address
Up Move cursor up one line
Down Move cursor down one line
Page Up Move visible area up one page
Page Down Move visible area down one page
F10 Step over
F11 Step into
Tab Toggle display symbols
Left Click Select line/toggle breakpoint if line is already highlighted
Right Click Open context menu
up select previous item †---------------------†
down select next item
delete remove selected breakpoint Memory View:
return edit selected breakpoint
space toggle enable state of selected breakpoint †---------------------†
Ctrl + G Goto
Ctrl + B Add breakpoint
Left Move cursor back one byte/nibble
Right Move cursor ahead one byte/nibble
Up Move cursor up one line
Down Move cursor down one line
Page Up Move cursor up one page
Page Down Move cursor down one page
0-9,A-F Overwrite hex nibble
Any Overwrite ansi byte
Left Click Select byte/nibble
Right Click Open context menu
Ctrl+Wheel Zoom memory view
Esc Return to previous goto address
Ctrl+V Paste a hex string into memory
†---------------------†
Breakpoint List:
†---------------------†
Up Select previous item
Down Select next item
Delete Remove selected breakpoint
Return Edit selected breakpoint
Space Toggle enable state of selected breakpoint
†---------------------†

View File

@@ -1,7 +1,7 @@
MainGuiPosition=488,488 MainGuiPosition=3954,114
SysSettingsTabName=Cpu SysSettingsTabName=Cpu
McdSettingsTabName=none McdSettingsTabName=none
ComponentsTabName=BIOS ComponentsTabName=
AppSettingsTabName=none AppSettingsTabName=none
GameDatabaseTabName=none GameDatabaseTabName=none
LanguageId=0 LanguageId=0
@@ -21,14 +21,73 @@ EnableFastBoot=enabled
EnablePresets=enabled EnablePresets=enabled
PresetIndex=1 PresetIndex=1
AskOnBoot=disabled AskOnBoot=disabled
McdCompressNTFS=enabled
CdvdSource=ISO CdvdSource=ISO
McdCompressNTFS=enabled
[wxWindows] [wxWindows]
[wxWindows/FontMapper] [wxWindows/FontMapper]
[wxWindows/FontMapper/Charsets] [wxWindows/FontMapper/Charsets]
UTF-8=-1 UTF-8=-1
[wxWindows/FontMapper/Charsets/Aliases] [wxWindows/FontMapper/Charsets/Aliases]
UTF-8= UTF-8=
[ProgramLog]
Visible=disabled
AutoDock=enabled
DisplayPosition=4575,114
DisplaySize=680,560
FontSize=8
Theme=Default
[Folders]
UseDefaultBios=enabled
UseDefaultSnapshots=enabled
UseDefaultSavestates=enabled
UseDefaultMemoryCards=enabled
UseDefaultLogs=enabled
UseDefaultLangs=enabled
UseDefaultCheats=enabled
UseDefaultCheatsWS=enabled
Bios=bios
Snapshots=snaps
Savestates=sstates
MemoryCards=memcards
Logs=logs
Langs=Langs
Cheats=cheats
CheatsWS=cheats_ws
RunIso=\\Documents\\PCSX2
RunELF=\\Documents\\PCSX2
RunDisc=
[GSWindow]
CloseOnEsc=enabled
DefaultToFullscreen=disabled
AlwaysHideMouse=disabled
DisableResizeBorders=disabled
DisableScreenSaver=enabled
WindowSize=640,480
WindowPos=-1,-1
IsMaximized=disabled
IsFullscreen=disabled
EnableVsyncWindowFlag=disabled
IsToggleFullscreenOnDoubleClick=enabled
AspectRatio=4:3
FMVAspectRatioSwitch=Off
Zoom=100
[InputRecording]
VirtualPadPosition=-1,-1
m_frame_advance_amount=1
[Capture]
EnableAudio=enabled
[UiTemplates]
LimiterUnlimited=Max
LimiterTurbo=Turbo
LimiterSlowmo=Slowmo
LimiterNormal=Normal
OutputFrame=Frame
OutputField=Field
OutputProgressive=Progressive
OutputInterlaced=Interlaced
Paused=<PAUSED>
TitleTemplate=Slot: ${slot} | Speed: ${speed} (${vfps}) | ${videomode} | Limiter: ${limiter} | ${gsdx} | ${omodei} | ${cpuusage}
RecordingTemplate=Slot: ${slot} | Frame: ${frame}/${maxFrame} | Rec. Mode: ${mode} | Speed: ${speed} (${vfps}) | Limiter: ${limiter}
[MemoryCards] [MemoryCards]
Slot1_Enable=enabled Slot1_Enable=enabled
Slot1_Filename=Mcd001.ps2 Slot1_Filename=Mcd001.ps2
@@ -46,75 +105,14 @@ Multitap2_Slot3_Enable=disabled
Multitap2_Slot3_Filename=Mcd-Multitap2-Slot03.ps2 Multitap2_Slot3_Filename=Mcd-Multitap2-Slot03.ps2
Multitap2_Slot4_Enable=disabled Multitap2_Slot4_Enable=disabled
Multitap2_Slot4_Filename=Mcd-Multitap2-Slot04.ps2 Multitap2_Slot4_Filename=Mcd-Multitap2-Slot04.ps2
[ProgramLog]
Visible=enabled
AutoDock=enabled
DisplayPosition=1519,488
DisplaySize=680,560
FontSize=8
Theme=Default
[Folders]
UseDefaultBios=enabled
UseDefaultSnapshots=enabled
UseDefaultSavestates=enabled
UseDefaultMemoryCards=enabled
UseDefaultLogs=enabled
UseDefaultLangs=enabled
UseDefaultPluginsFolder=enabled
UseDefaultCheats=enabled
UseDefaultCheatsWS=enabled
Bios=bios
Snapshots=snaps
Savestates=sstates
MemoryCards=memcards
Logs=logs
Langs=Langs
Cheats=cheats
CheatsWS=cheats_ws
PluginsFolder=plugins
RunIso=\\Documents\\PCSX2
RunELF=\\Documents\\PCSX2
RunDisc=
[Filenames] [Filenames]
GS=GSdx32-AVX2.dll BIOS=SCPH-30004R.bin
BIOS=SCPH-70004.BIN
[GSWindow]
CloseOnEsc=enabled
DefaultToFullscreen=disabled
AlwaysHideMouse=disabled
DisableResizeBorders=disabled
DisableScreenSaver=enabled
WindowSize=640,480
WindowPos=-1,-1
IsMaximized=disabled
IsFullscreen=disabled
EnableVsyncWindowFlag=disabled
IsToggleFullscreenOnDoubleClick=enabled
AspectRatio=4:3
FMVAspectRatioSwitch=Off
Zoom=100.00
[Framerate] [Framerate]
NominalScalar=1.00 NominalScalar=1
TurboScalar=2.00 TurboScalar=2
SlomoScalar=0.50 SlomoScalar=0.5
SkipOnLimit=disabled SkipOnLimit=disabled
SkipOnTurbo=disabled SkipOnTurbo=disabled
[InputRecording]
VirtualPadPosition=-1,-1
[Capture]
EnableAudio=enabled
[UiTemplates]
LimiterUnlimited=Max
LimiterTurbo=Turbo
LimiterSlowmo=Slowmo
LimiterNormal=Normal
OutputFrame=Frame
OutputField=Field
OutputProgressive=Progressive
OutputInterlaced=Interlaced
Paused=<PAUSED>
TitleTemplate=Slot: ${slot} | Speed: ${speed} (${vfps}) | ${videomode} | Limiter: ${limiter} | ${gsdx} | ${omodei} | ${cpuusage}
RecordingTemplate=Slot: ${slot} | Frame: ${frame}/${maxFrame} | Rec. Mode: ${mode} | Speed: ${speed} (${vfps}) | Limiter: ${limiter}
[ConsoleLogSources] [ConsoleLogSources]
Devel=disabled Devel=disabled
.EEout=enabled .EEout=enabled
@@ -124,6 +122,7 @@ Devel=disabled
.SysEvents=disabled .SysEvents=disabled
.p\&xThread=disabled .p\&xThread=disabled
.SYSout=disabled .SYSout=disabled
.PGIFout=disabled
.Input\ Recording=disabled .Input\ Recording=disabled
.Controller\ Info=disabled .Controller\ Info=disabled
[TraceLogSources] [TraceLogSources]

View File

@@ -9,12 +9,12 @@ EnableWideScreenPatches=disabled
EnableRecordingTools=disabled EnableRecordingTools=disabled
ConsoleToStdio=disabled ConsoleToStdio=disabled
HostFs=disabled HostFs=disabled
FullBootConfig=disabled
BackupSavestate=enabled BackupSavestate=enabled
McdEnableEjection=enabled McdEnableEjection=enabled
McdFolderAutoManage=enabled McdFolderAutoManage=enabled
MultitapPort0_Enabled=disabled MultitapPort0_Enabled=disabled
MultitapPort1_Enabled=disabled MultitapPort1_Enabled=disabled
GzipIsoIndexTemplate=$(f).pindex.tmp
[EmuCore/Speedhacks] [EmuCore/Speedhacks]
EECycleRate=0 EECycleRate=0
EECycleSkip=0 EECycleSkip=0
@@ -37,8 +37,6 @@ EnableIOP=enabled
EnableEECache=disabled EnableEECache=disabled
EnableVU0=enabled EnableVU0=enabled
EnableVU1=enabled EnableVU1=enabled
UseMicroVU0=enabled
UseMicroVU1=enabled
vuOverflow=enabled vuOverflow=enabled
vuExtraOverflow=disabled vuExtraOverflow=disabled
vuSignOverflow=disabled vuSignOverflow=disabled
@@ -50,23 +48,20 @@ StackFrameChecks=disabled
PreBlockCheckEE=disabled PreBlockCheckEE=disabled
PreBlockCheckIOP=disabled PreBlockCheckIOP=disabled
[EmuCore/GS] [EmuCore/GS]
SynchronousMTGS=disabled
VsyncQueueSize=2 VsyncQueueSize=2
FrameLimitEnable=enabled FrameLimitEnable=enabled
FrameSkipEnable=disabled FrameSkipEnable=disabled
VsyncEnable=0 VsyncEnable=0
LimitScalar=1.00 LimitScalar=1
FramerateNTSC=59.94 FramerateNTSC=59.94
FrameratePAL=50.00 FrameratePAL=50
FramesToDraw=2 FramesToDraw=2
FramesToSkip=2 FramesToSkip=2
[EmuCore/Gamefixes] [EmuCore/Gamefixes]
VuAddSubHack=disabled VuAddSubHack=disabled
FpuCompareHack=disabled
FpuMulHack=disabled FpuMulHack=disabled
FpuNegDivHack=disabled FpuNegDivHack=disabled
XgKickHack=disabled XgKickHack=disabled
IPUWaitHack=disabled
EETimingHack=disabled EETimingHack=disabled
SkipMPEGHack=disabled SkipMPEGHack=disabled
OPHFlagHack=disabled OPHFlagHack=disabled
@@ -75,9 +70,9 @@ VIFFIFOHack=disabled
VIF1StallHack=disabled VIF1StallHack=disabled
GIFFIFOHack=disabled GIFFIFOHack=disabled
GoemonTlbHack=disabled GoemonTlbHack=disabled
ScarfaceIbit=disabled IbitHack=disabled
CrashTagTeamRacingIbit=disabled VUKickstartHack=disabled
VU0KickstartHack=disabled VUOverflowHack=disabled
[EmuCore/Profiler] [EmuCore/Profiler]
Enabled=disabled Enabled=disabled
RecBlocks_EE=enabled RecBlocks_EE=enabled
@@ -89,8 +84,8 @@ ShowDebuggerOnStart=disabled
AlignMemoryWindowStart=enabled AlignMemoryWindowStart=enabled
FontWidth=8 FontWidth=8
FontHeight=12 FontHeight=12
WindowWidth=1316 WindowWidth=1000
WindowHeight=2060 WindowHeight=1329
MemoryViewBytesPerRow=16 MemoryViewBytesPerRow=16
[EmuCore/TraceLog] [EmuCore/TraceLog]
Enabled=disabled Enabled=disabled

Binary file not shown.

Binary file not shown.