Yakuza 5: Difference between revisions

From RPCS3 Wiki
(Reworded special note)
Line 37: Line 37:
|accurate xfloat notes              =
|accurate xfloat notes              =
|spu block size                      = Mega
|spu block size                      = Mega
|spu block size notes                = Takes advantage of less SPU Cache
|spu block size notes                =
<!-- GPU configuration -->
<!-- GPU configuration -->
|renderer                            = <!-- OpenGL, Vulkan -->
|renderer                            = <!-- OpenGL, Vulkan -->
Line 88: Line 88:
<!-- Debug configuration -->
<!-- Debug configuration -->
|force cpu blit emulation            = On
|force cpu blit emulation            = On
|force cpu blit emulation notes      = Improves framerate and allows the resolution upscaler to work a lot better
|force cpu blit emulation notes      = Improves FPS and allows for better resolution upscaling
|use gpu texture scaling            = <!-- On, Off -->
|use gpu texture scaling            = <!-- On, Off -->
|use gpu texture scaling notes      =
|use gpu texture scaling notes      =
Line 106: Line 106:


==Special Notes==
==Special Notes==
Due to the amount of warning spam in the log, it is recommended to reduce the log as much as possible and prevent long sessions from crashing.
===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 this change before generating the log for this purpose. If you wish to restrict logging:
Go to: rpcs3\config\custom_configs\config_GameID.yml
# Launch RPCS3
 
# Right-click on the game and press '''Configure'''
Open the .yml and scroll to the bottom and '''replace''' the '''last line''' with the following:
# When the Settings Menu opens, hit '''Save''' and close the emulator
 
# Navigate to <code>RPCS3\config\custom_configs\config_GAMEID.yml</code> and open the file using a text editor
'''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}'''
# Scroll to the bottom of the file and '''replace''' the '''last line''' with the following:
:: <pre>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}</pre>

Revision as of 18:27, 27 April 2019

Yakuza 5
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

Advanced configuration

Setting Option Notes
Accurate GETLLAR On Massively lowers the amount of random crashes

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

Known Issues

There are no reported issues with this title.

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 this change before generating the log for this purpose. If you wish to restrict logging:

  1. Launch RPCS3
  2. Right-click on the game and press Configure
  3. When the Settings Menu opens, hit Save and close the emulator
  4. Navigate to RPCS3\config\custom_configs\config_GAMEID.yml and open the file using a text editor
  5. 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}