Crazy Taxi: Difference between revisions

m
→‎top: General maintenance with AutoWikiBrowser in Bot mode
m (→‎top: General maintenance with AutoWikiBrowser in Bot mode)
 
(3 intermediate revisions by 3 users not shown)
Line 7: Line 7:
|modes    = Single-player
|modes    = Single-player
|input    = GameCube Controller
|input    = GameCube Controller
|forumlink = http://forums.dolphin-emu.org/Thread-gc-crazy-taxi
|forumlink = https://forums.dolphin-emu.org/Thread-gc-crazy-taxi
|wikipedia = Crazy Taxi (video game)
|wikipedia = Crazy_Taxi_(video_game)
}}
}}


Line 18: Line 18:
=== Slight Lines Between Textures ===
=== Slight Lines Between Textures ===


The game has linear texture interpolation and texture wrapping enabled, so drawing the whole texture means that the edges are an average of both sides. This does happen on console as well, but it happens more in Dolphin <b>unless</b> Manual Texture Sampling is enabled. At that point, Dolphin will display the same artifacts that show up on console.
The game has linear texture interpolation and texture wrapping enabled, so drawing the whole texture means that the edges are an average of both sides. This does happen on console as well, but it happens more in Dolphin <b>unless</b> Manual Texture Sampling is enabled. At that point, Dolphin will display the same artifacts that show up on console.


}}}}
}}}}
Line 25: Line 25:
=== 16:9 Widescreen Gecko Code ===
=== 16:9 Widescreen Gecko Code ===
==== NA ====
==== NA ====
<pre>$16:9 Widescreen
<pre>$16:9 Widescreen [Ralf]
C20C3A48 00000006
C20C3A48 00000006
C0030000 3DC03F40
C0030000 3DC03F40
Line 42: Line 42:


==== EU ====
==== EU ====
<pre>$16:9 Widescreen
<pre>$16:9 Widescreen [Ralf]
C200F318 00000002
C200F318 00000002
C08D80D0 EC9E0132
C08D80D0 EC9E0132
Line 62: Line 62:
<!--A full list of options is available at Template:Config/doc-->
<!--A full list of options is available at Template:Config/doc-->
{{Config
{{Config
|manualtexturesampling      = On
|manualtexturesamplingnotes = Display texture artifacts appropriately
}}
}}