be consistent about uncached video image addresses

This commit is contained in:
Connor Olding 2018-10-02 05:17:04 +02:00
parent b4f8be199f
commit d32e009442

View File

@ -134,12 +134,12 @@ MainLoop:
beqz s1, SwitchToAlt
nop
SwitchToMain:
la t0, VIDEO_C_IMAGE_ALT
la t0, VIDEO_C_IMAGE_ALT | UNCACHED
sw t0, VI_ORIGIN(a0)
j Start3D
lli s1, 0
SwitchToAlt:
la t0, VIDEO_C_IMAGE
la t0, VIDEO_C_IMAGE | UNCACHED
sw t0, VI_ORIGIN(a0)
j Start3D
lli s1, 1