PCSX2 : v1.7.0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -4,9 +4,9 @@
|
||||
|
||||
# Important: PAD bindings will override shortcuts at this file.
|
||||
|
||||
# IMPORTANT: GSdx 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
|
||||
# best to completely avoid them at this file. GSdx uses:
|
||||
# IMPORTANT: GS has fixed shortcuts. Make sure your shortcuts don't conflict.
|
||||
# Also, they will affect GS also when alt/ctrl/shift are pressed, so it's
|
||||
# best to completely avoid them at this file. GS uses:
|
||||
# F5 - Deinterlace modes
|
||||
# PAGE_UP - FXAA antialiasing (HW and SW)
|
||||
# PAGE_DOWN - Cycles through dither modes (HW)
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
return edit selected breakpoint
|
||||
space toggle enable state of selected breakpoint
|
||||
†---------------------†
|
||||
|
||||
Memory 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:
|
||||
|
||||
†---------------------†
|
||||
|
||||
Up Select previous item
|
||||
Down Select next item
|
||||
Delete Remove selected breakpoint
|
||||
Return Edit selected breakpoint
|
||||
Space Toggle enable state of selected breakpoint
|
||||
|
||||
†---------------------†
|
||||
@@ -1,7 +1,7 @@
|
||||
MainGuiPosition=488,488
|
||||
MainGuiPosition=3954,114
|
||||
SysSettingsTabName=Cpu
|
||||
McdSettingsTabName=none
|
||||
ComponentsTabName=BIOS
|
||||
ComponentsTabName=
|
||||
AppSettingsTabName=none
|
||||
GameDatabaseTabName=none
|
||||
LanguageId=0
|
||||
@@ -21,14 +21,73 @@ EnableFastBoot=enabled
|
||||
EnablePresets=enabled
|
||||
PresetIndex=1
|
||||
AskOnBoot=disabled
|
||||
McdCompressNTFS=enabled
|
||||
CdvdSource=ISO
|
||||
McdCompressNTFS=enabled
|
||||
[wxWindows]
|
||||
[wxWindows/FontMapper]
|
||||
[wxWindows/FontMapper/Charsets]
|
||||
UTF-8=-1
|
||||
[wxWindows/FontMapper/Charsets/Aliases]
|
||||
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]
|
||||
Slot1_Enable=enabled
|
||||
Slot1_Filename=Mcd001.ps2
|
||||
@@ -46,75 +105,14 @@ Multitap2_Slot3_Enable=disabled
|
||||
Multitap2_Slot3_Filename=Mcd-Multitap2-Slot03.ps2
|
||||
Multitap2_Slot4_Enable=disabled
|
||||
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]
|
||||
GS=GSdx32-AVX2.dll
|
||||
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
|
||||
BIOS=SCPH-30004R.bin
|
||||
[Framerate]
|
||||
NominalScalar=1.00
|
||||
TurboScalar=2.00
|
||||
SlomoScalar=0.50
|
||||
NominalScalar=1
|
||||
TurboScalar=2
|
||||
SlomoScalar=0.5
|
||||
SkipOnLimit=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]
|
||||
Devel=disabled
|
||||
.EEout=enabled
|
||||
@@ -124,6 +122,7 @@ Devel=disabled
|
||||
.SysEvents=disabled
|
||||
.p\&xThread=disabled
|
||||
.SYSout=disabled
|
||||
.PGIFout=disabled
|
||||
.Input\ Recording=disabled
|
||||
.Controller\ Info=disabled
|
||||
[TraceLogSources]
|
||||
|
||||
@@ -9,12 +9,12 @@ EnableWideScreenPatches=disabled
|
||||
EnableRecordingTools=disabled
|
||||
ConsoleToStdio=disabled
|
||||
HostFs=disabled
|
||||
FullBootConfig=disabled
|
||||
BackupSavestate=enabled
|
||||
McdEnableEjection=enabled
|
||||
McdFolderAutoManage=enabled
|
||||
MultitapPort0_Enabled=disabled
|
||||
MultitapPort1_Enabled=disabled
|
||||
GzipIsoIndexTemplate=$(f).pindex.tmp
|
||||
[EmuCore/Speedhacks]
|
||||
EECycleRate=0
|
||||
EECycleSkip=0
|
||||
@@ -37,8 +37,6 @@ EnableIOP=enabled
|
||||
EnableEECache=disabled
|
||||
EnableVU0=enabled
|
||||
EnableVU1=enabled
|
||||
UseMicroVU0=enabled
|
||||
UseMicroVU1=enabled
|
||||
vuOverflow=enabled
|
||||
vuExtraOverflow=disabled
|
||||
vuSignOverflow=disabled
|
||||
@@ -50,23 +48,20 @@ StackFrameChecks=disabled
|
||||
PreBlockCheckEE=disabled
|
||||
PreBlockCheckIOP=disabled
|
||||
[EmuCore/GS]
|
||||
SynchronousMTGS=disabled
|
||||
VsyncQueueSize=2
|
||||
FrameLimitEnable=enabled
|
||||
FrameSkipEnable=disabled
|
||||
VsyncEnable=0
|
||||
LimitScalar=1.00
|
||||
LimitScalar=1
|
||||
FramerateNTSC=59.94
|
||||
FrameratePAL=50.00
|
||||
FrameratePAL=50
|
||||
FramesToDraw=2
|
||||
FramesToSkip=2
|
||||
[EmuCore/Gamefixes]
|
||||
VuAddSubHack=disabled
|
||||
FpuCompareHack=disabled
|
||||
FpuMulHack=disabled
|
||||
FpuNegDivHack=disabled
|
||||
XgKickHack=disabled
|
||||
IPUWaitHack=disabled
|
||||
EETimingHack=disabled
|
||||
SkipMPEGHack=disabled
|
||||
OPHFlagHack=disabled
|
||||
@@ -75,9 +70,9 @@ VIFFIFOHack=disabled
|
||||
VIF1StallHack=disabled
|
||||
GIFFIFOHack=disabled
|
||||
GoemonTlbHack=disabled
|
||||
ScarfaceIbit=disabled
|
||||
CrashTagTeamRacingIbit=disabled
|
||||
VU0KickstartHack=disabled
|
||||
IbitHack=disabled
|
||||
VUKickstartHack=disabled
|
||||
VUOverflowHack=disabled
|
||||
[EmuCore/Profiler]
|
||||
Enabled=disabled
|
||||
RecBlocks_EE=enabled
|
||||
@@ -89,8 +84,8 @@ ShowDebuggerOnStart=disabled
|
||||
AlignMemoryWindowStart=enabled
|
||||
FontWidth=8
|
||||
FontHeight=12
|
||||
WindowWidth=1316
|
||||
WindowHeight=2060
|
||||
WindowWidth=1000
|
||||
WindowHeight=1329
|
||||
MemoryViewBytesPerRow=16
|
||||
[EmuCore/TraceLog]
|
||||
Enabled=disabled
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user