Canaryize

This commit is contained in:
Margen67 2024-10-14 09:12:16 -07:00
parent dc3a3aef47
commit 66dc6f939e
4 changed files with 12 additions and 12 deletions

View File

@ -1 +1 @@
### https://github.com/xenia-project/game-compatibility ### https://github.com/xenia-canary/game-compatibility

View File

@ -78,7 +78,7 @@ __TOC__
|} |}
== Cache == == Cache ==
* Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache requires_mount_cache] label. * Games that require this have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache requires_mount_cache] label.
{| {|
! <code>mount_cache</code> = ! <code>mount_cache</code> =
@ -87,7 +87,7 @@ __TOC__
| Off (''default'') | Off (''default'')
| <code>false</code> | <code>false</code>
|- |-
| On ([https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache fixes some games]) | On ([https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache fixes some games])
| <code>true</code> | <code>true</code>
|} |}
@ -178,7 +178,7 @@ This is a hack, and as such, '''bugs should be expected when changed from the de
|} |}
==== CPU readback after render target resolving ==== ==== CPU readback after render target resolving ====
* Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-readback gpu-readback] label. * Games that require this have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-readback gpu-readback] label.
{| {|
! <code>d3d12_readback_resolve</code> = ! <code>d3d12_readback_resolve</code> =
@ -264,7 +264,7 @@ Sorted by priority. (i.e. if the first doesn't work then the next is tried, and
==== Allow invalid fetch constants ==== ==== Allow invalid fetch constants ====
Allow texture and vertex fetch constants with invalid type - generally unsafe because the constant may contain completely invalid values, but may be used to bypass fetch constant type errors in certain games until the real reason why they're invalid is found. Allow texture and vertex fetch constants with invalid type - generally unsafe because the constant may contain completely invalid values, but may be used to bypass fetch constant type errors in certain games until the real reason why they're invalid is found.
Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-invalid-fetch-constants gpu-invalid-fetch-constants] label. Games that require this have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-invalid-fetch-constants gpu-invalid-fetch-constants] label.
{| {|
! <code>gpu_allow_invalid_fetch_constants</code> = ! <code>gpu_allow_invalid_fetch_constants</code> =
@ -282,7 +282,7 @@ Games that require this have the [https://github.com/xenia-project/game-compatib
** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#screen-tearing Screen tearing]'' for D3D12 ** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#screen-tearing Screen tearing]'' for D3D12
** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#user-content-Present_mode Present mode]'' for Vulkan ** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#user-content-Present_mode Present mode]'' for Vulkan
* ''Disabling this wont improve the framerate if your PC cant handle running the game at its native FPS.'' * ''Disabling this wont improve the framerate if your PC cant handle running the game at its native FPS.''
* Games that speed up with this disabled have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Avsync-off-speedup vsync-off-speedup] label. * Games that speed up with this disabled have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Avsync-off-speedup vsync-off-speedup] label.
{| {|
! <code>vsync</code> = ! <code>vsync</code> =
@ -347,7 +347,7 @@ Games that require this have the [https://github.com/xenia-project/game-compatib
== Hacks == == Hacks ==
=== Protect zero === === Protect zero ===
* Games that require this to be false have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires-protect-zero-false requires-protect-zero-false] label. * Games that require this to be false have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires-protect-zero-false requires-protect-zero-false] label.
{| {|
! <code>protect_zero</code> = ! <code>protect_zero</code> =
@ -361,7 +361,7 @@ Games that require this have the [https://github.com/xenia-project/game-compatib
|} |}
=== Break on unimplemented instruction === === Break on unimplemented instruction ===
* Games that require this to be false have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Acpu-unimplemented-instruction cpu-unimplemented-instruction] label. * Games that require this to be false have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Acpu-unimplemented-instruction cpu-unimplemented-instruction] label.
{| {|
! <code>break_on_unimplemented_instruction</code> = ! <code>break_on_unimplemented_instruction</code> =
@ -505,7 +505,7 @@ Allows changing max buffered audio frames to reduce audio delay.
|} |}
=== Clear GPU cache === === Clear GPU cache ===
* Games that require this to be true have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_clear_memory_page_state_true requires_clear_memory_page_state_true] label. * Games that require this to be true have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_clear_memory_page_state_true requires_clear_memory_page_state_true] label.
{| {|
! <code>clear_memory_page_state</code> = ! <code>clear_memory_page_state</code> =

View File

@ -126,7 +126,7 @@ Xbox Dashboard:
3. Once the game shows up press X (Game Details) with the game selected. 3. Once the game shows up press X (Game Details) with the game selected.
4. Press the *Install* button. 4. Press the *Install* button.
* If you see *Delete* instead, skip to Section 2. * If you see *Delete* instead, skip to Section 2.
* Note: Games with the [no-disc-install label](https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Ano-disc-install) can't be installed this way, and require a modded console or using the Redump method. * Note: Games with the [no-disc-install label](https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Ano-disc-install) can't be installed this way, and require a modded console or using the Redump method.
5. Select the storage device you want to install the game on. 5. Select the storage device you want to install the game on.
6. Once it's 100% Completed press A to continue, and press B to go back to home. 6. Once it's 100% Completed press A to continue, and press B to go back to home.

View File

@ -6,7 +6,7 @@
* [System Requirements](Quickstart#system-requirements) * [System Requirements](Quickstart#system-requirements)
* [How to rip games](Quickstart#how-to-rip-games) * [How to rip games](Quickstart#how-to-rip-games)
* [[Options]] * [[Options]]
* [Compatibility List](https://github.com/xenia-project/game-compatibility#game-compatibility) * [Compatibility List](https://github.com/xenia-canary/game-compatibility/issues)
* [[About]] * [[About]]
# #
@ -14,6 +14,6 @@
* [Building](https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md) * [Building](https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md)
* [[For Developers]] * [[For Developers]]
* [[Roadmap]] * [[Roadmap]]
* [Style Guide](https://github.com/xenia-project/xenia/blob/master/docs/style_guide.md) * [Style Guide](https://github.com/xenia-canary/xenia-canary/blob/master/docs/style_guide.md)
<!--* [Good first issue(s)](https://github.com/xenia-project/xenia/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)--> <!--* [Good first issue(s)](https://github.com/xenia-project/xenia/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)-->
* [More documents](https://github.com/xenia-canary/xenia-canary/tree/canary_experimental/docs) * [More documents](https://github.com/xenia-canary/xenia-canary/tree/canary_experimental/docs)