5ae1e528e0
- Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe
11 lines
596 B
C++
11 lines
596 B
C++
--- Combiner.cpp.orig Tue Sep 21 16:59:01 2004
|
|
+++ Combiner.cpp Tue Sep 21 16:59:37 2004
|
|
@@ -348,7 +348,7 @@
|
|
void Combiner_SelectCombine( u64 mux )
|
|
{
|
|
// Hack for the Banjo-Tooie shadow (framebuffer textures must be enabled too)
|
|
- if ((gDP.otherMode.cycleType == G_CYC_1CYCLE) && (mux == 0x00ffe7ffffcf9fcf) && (cache.current[0]->frameBufferTexture))
|
|
+ if ((gDP.otherMode.cycleType == G_CYC_1CYCLE) && (mux == 0x00ffe7ffffcf9fcfLL) && (cache.current[0]->frameBufferTexture))
|
|
{
|
|
mux = EncodeCombineMode( 0, 0, 0, 0, TEXEL0, 0, PRIMITIVE, 0,
|
|
0, 0, 0, 0, TEXEL0, 0, PRIMITIVE, 0 );
|