mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 09:18:03 -05:00
Merge pull request #2425 from FernandoS27/y-direction
Fix flipping on some games by applying Y direction register
This commit is contained in:
@ -58,6 +58,9 @@ void main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
out += R"(
|
out += R"(
|
||||||
|
|
||||||
|
// Set Position Y direction
|
||||||
|
position.y *= utof(config_pack[2]);
|
||||||
// Check if the flip stage is VertexB
|
// Check if the flip stage is VertexB
|
||||||
// Config pack's second value is flip_stage
|
// Config pack's second value is flip_stage
|
||||||
if (config_pack[1] == 1) {
|
if (config_pack[1] == 1) {
|
||||||
|
Reference in New Issue
Block a user