HerrHulaHoop (talk | contribs) m (Text replacement - "|tsx instructions = <!-- Enabled, Disabled, Forced --> |tsx instructions notes = " to "|tsx instructions = <!-- Enabled, Disabled, Forced --> |tsx instructions notes = ") |
HerrHulaHoop (talk | contribs) m (Text replacement - "|microphone type = <!-- Null, Standard, SingStar, Real SingStar, Rocksmith --> |microphone type notes = <!-- Debug configuration --> " to "|microphone type = <!-- Null, Standard...) |
||
Line 94: | Line 94: | ||
|microphone type = <!-- Null, Standard, SingStar, Real SingStar, Rocksmith --> | |microphone type = <!-- Null, Standard, SingStar, Real SingStar, Rocksmith --> | ||
|microphone type notes = | |microphone type notes = | ||
<!-- Advanced configuration --> | |||
|debug console mode = <!-- On, Off --> | |||
|debug console mode notes = | |||
|sleep timers accuracy = <!-- As Host, Usleep Only, All Timers --> | |||
|sleep timers accuracy notes = | |||
|read depth buffers = <!-- On, Off --> | |||
|read depth buffers notes = | |||
|write depth buffers = <!-- On, Off --> | |||
|write depth buffers notes = | |||
|read color buffers = <!-- On, Off --> | |||
|read color buffers notes = | |||
|vblank rate = <!-- Range between 1 to 500 --> | |||
|vblank rate notes = | |||
|clocks scale = <!-- Range between 10 to 1000 --> | |||
|clocks scale notes = | |||
<!-- Debug configuration --> | <!-- Debug configuration --> | ||
|force cpu blit emulation = On <!-- On, Off --> | |force cpu blit emulation = On <!-- On, Off --> |
Revision as of 16:43, 27 August 2019
Yakuza Ishin! | |
---|---|
Series | Yakuza |
GameID(s) | |
Quick links | Check Compatibility Open Issues Search Google Wikipedia Page |
Configuration
Options that deviate from RPCS3's default settings and provide the best experience with this title are listed below.
CPU configuration
Setting | Option | Notes |
---|---|---|
SPU block size | Mega | No improvement to performance but reduces the number of SPU cache objects |
GPU configuration
Setting | Option | Notes |
---|---|---|
Renderer | Vulkan |
Debug configuration
This tab is hidden by default. For instructions on how to enable the Debug tab in the settings window, click here.
Setting | Option | Notes |
---|---|---|
Force CPU blit emulation | On | Improves FPS and allows for better resolution upscaling but breaks visuals during Heat Actions and few cutscenes |
Known Issues
Random crashes
The title suffers from random crashes and currently there are no methods to prevent the crashes.
The random crashes can be fixed by enabling Accurate GETLLAR in the debug menu - No longer possible since PR 6056.
Special Notes
Reducing log spam
Due to the high amount of warnings spammed in the log, this title tends to crash during extended gameplay sessions. So it is recommended to restrict logging of certain errors to allow better performance while ingame. Please note that you cannot submit logs in the GitHub tracker or Discord server with this modification. If you wish to report bugs or seek help for this game, you MUST remove the below change before generating the log for this purpose. If you wish to restrict logging:
- Launch RPCS3
- Right-click on the game and press Configure
- When the Settings Menu opens, hit Save and close the emulator
- Navigate to
RPCS3\config\custom_configs\config_GAMEID.yml
and open the file using a text editor - Scroll to the bottom of the file and replace the last line with the following:
Log: {sys_semaphore: Fatal, sys_fs: Fatal, sys_vm: Fatal, sys_memory: Fatal, RSX: Fatal, sys_lwmutex: Fatal, sys_spu: Fatal, sys_event: Fatal, sys_rsx: Fatal}