v.2025-05-11
Parent Page

Xbox 360 DS Darkness

Summary

Load DLC then load Xenia Manager optimized settings seemed to fix the darkness.
readback_resolve = true
[D3D12 Only] Read render-to-texture results on the CPU. This may be needed in some games, for instance, for screenshots in saved games, but causes mid-frame synchronization, so it has a huge performance impact.

4E4D083A.json

Dark Souls
            {
  "APU": {
    "use_dedicated_xma_thread": false,
    "use_new_decoder": true
  },
  "GPU": {
    "query_occlusion_fake_sample_count": 100,
    "readback_resolve": true
  }
}

Not working

For some reason download optimized settings isn't working after changing to god extension. I re-added game.

Log Errors

`readback_resolve` is missing from the configuration file 2025-05-12 08:04:56.622 -04:00 [WRN] Unknown section 'Profiles' in the configuration file 2025-05-12 08:04:56.622 -04:00 [WRN] Unknown section 'SDL' in the configuration file 2025-05-12 08:04:56.621 -04:00 [WRN] Setting 'readback_resolve' not found in section 'GPU'

Default config

I think defaults are corrupt
xenia-manager\Emulators\Xenia Canary\xenia-canary.config.toml
xenia-manager\Emulators\Xenia Canary\config\xenia-canary.config.toml
xenia-manager\Emulators\Xenia Canary\xenia-canary.config.toml gets updated on emu update
xenia-manager\Emulators\Xenia Canary\config\xenia-canary.config.toml does not get updated becuase the thiking is we make a new custom default to use for all new games
This one however never got updated during emu update. So I recommend deleting xenia-manager\Emulators\Xenia Canary\config\xenia-canary.config.toml. In fact delete all custom files. They all no longer work.

EMU Updates

I think Canary EMU updates moved som e fields from D3D12 to GPU.
Only the GPU Fields work
I think we need to delete all configs and start over.
And watch out about updating emu since that could cause reconfig.

Solution

Deleting all the configs did not work.
From Xenia Manager had to uninstall Xenia Canary then re-install it.
Should probably turn off auto updating as that could require a reconfig for all games.