Skip to content

Commit

Permalink
3rdParty: update mupen64plus-video-GLideN64
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed May 24, 2024
1 parent 8ce42a5 commit 5febea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Source/3rdParty/mupen64plus-video-GLideN64/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:/gonetz/GLideN64.git
branch = master
commit = b021d8ee437266cfdd7251daf8c23203578b02b6
parent = e62094efcfb20089674e5a29be4cd0d51ea39081
commit = 4972e76aea6b327959d1761c786077fd96b6cb30
parent = 8ce42a52ce5ab9e71eef061f8db04114b96e08d1
method = merge
cmdver = 0.4.6
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ void F3DJFG_DMA_Vtx(u32 w0, u32 w1)
}

void F3DDKR_DMA_Tri(u32 w0, u32 w1)
{
gSPDMATriangles( w1, _SHIFTR( w0, 4, 12 ) );
gSP.vertexi = 0;
}

void F3DJFG_DMA_Tri(u32 w0, u32 w1)
{
gSP.texture.on = _SHIFTR(w0, 16, 4);
gSPDMATriangles(w1, _SHIFTR(w0, 20, 4) + 1);
Expand Down Expand Up @@ -143,5 +137,4 @@ void F3DJFG_Init()
{
F3DDKR_Init();
GBI_SetGBI(G_DMA_VTX, F3DDKR_DMA_VTX, F3DJFG_DMA_Vtx);
GBI_SetGBI(G_DMA_TRI, F3DDKR_DMA_TRI, F3DJFG_DMA_Tri);
}

0 comments on commit 5febea4

Please sign in to comment.