Homebrew Citra 3DS Emulator booting The Legend of Zelda: Ocarina of Time 3D

MK73DS

Non-commutative algebra
Member
Joined
Feb 23, 2015
Messages
575
Trophies
0
Age
25
Location
France
Website
www.youtube.com
XP
1,536
Country
France
Hi,

I have a little problem. While I'm trying to run OoT on Citra, everything works but I don't have any 3D render :/
Here are some screenshots :
9ft8.png
y2jr.png

q567.png
n5z0.png

muvh.png



Thank you for helping and sorry for my bad English :)
 

bunnei

Member
OP
Newcomer
Joined
Apr 1, 2014
Messages
23
Trophies
0
Age
31
XP
606
Country
United States
This is a known issue with our clipping. A hack to fix it:

Add the following patch to:
https://github.com/citra-emu/citra/blob/master/src/video_core/clipper.cpp

Code:
@@ -161,6 +161,7 @@ void ProcessTriangle(OutputVertex &v0, OutputVertex &v1, OutputVertex &v2) {
                  vtx2.screenpos.x.ToFloat32(), vtx2.screenpos.y.ToFloat32(), vtx2.screenpos.z.ToFloat32());
 
        Rasterizer::ProcessTriangle(vtx0, vtx1, vtx2);
+        Rasterizer::ProcessTriangle(vtx2, vtx1, vtx0);
    }
}
 

MK73DS

Non-commutative algebra
Member
Joined
Feb 23, 2015
Messages
575
Trophies
0
Age
25
Location
France
Website
www.youtube.com
XP
1,536
Country
France
This is a known issue with our clipping. A hack to fix it:

Add the following patch to:
https://github.com/citra-emu/citra/blob/master/src/video_core/clipper.cpp

Code:
@@ -161,6 +161,7 @@ void ProcessTriangle(OutputVertex &v0, OutputVertex &v1, OutputVertex &v2) {
                  vtx2.screenpos.x.ToFloat32(), vtx2.screenpos.y.ToFloat32(), vtx2.screenpos.z.ToFloat32());
 
        Rasterizer::ProcessTriangle(vtx0, vtx1, vtx2);
+        Rasterizer::ProcessTriangle(vtx2, vtx1, vtx0);
    }
}


wow thank you very much it works perfectly :D
 

lucaiplays

Member
Newcomer
Joined
Jan 22, 2017
Messages
7
Trophies
0
Age
26
XP
52
Country
Brazil
This is a known issue with our clipping. A hack to fix it:

Add the following patch to:
https://github.com/citra-emu/citra/blob/master/src/video_core/clipper.cpp

Code:
@@ -161,6 +161,7 @@ void ProcessTriangle(OutputVertex &v0, OutputVertex &v1, OutputVertex &v2) {
                  vtx2.screenpos.x.ToFloat32(), vtx2.screenpos.y.ToFloat32(), vtx2.screenpos.z.ToFloat32());
 
        Rasterizer::ProcessTriangle(vtx0, vtx1, vtx2);
+        Rasterizer::ProcessTriangle(vtx2, vtx1, vtx0);
    }
}
how i use this patch??
 

lucaiplays

Member
Newcomer
Joined
Jan 22, 2017
Messages
7
Trophies
0
Age
26
XP
52
Country
Brazil
I would hope you're not using a build of Citra equally as old as the last post of this thread before it was bumped.

Maybe the issue you are having will be resolved if using a newer build. ;)
I would hope you're not using a build of Citra equally as old as the last post of this thread before it was bumped.

Maybe the issue you are having will be resolved if using a newer build. ;)
<br class="Apple-interchange-newline"><div id="inner-editor"></div>


43/5000
But I'm using a version of 2017 (new)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Watching the fallout series it is pretty decent