mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
setup dolphin VEC/MTX function defines (#1903)
* setup VEC function defines * setup MTX function defines
This commit is contained in:
@@ -349,9 +349,9 @@ void dDlst_FileInfo_c::draw() {
|
||||
MtxP glbMtx2 = mBasePane->getGlbMtx();
|
||||
// Fake match
|
||||
MtxP glbMtx = (MtxP)&glbMtx2[0][0];
|
||||
PSMTXScale(m, mBasePane->getWidth() / field_0x10->getWidth(),
|
||||
MTXScale(m, mBasePane->getWidth() / field_0x10->getWidth(),
|
||||
mBasePane->getHeight() / field_0x10->getHeight(), 1.0f);
|
||||
PSMTXConcat(glbMtx, m, glbMtx);
|
||||
MTXConcat(glbMtx, m, glbMtx);
|
||||
Scr->search('Nm_02')->setMtx(glbMtx);
|
||||
}
|
||||
Scr->draw(0.0f, 0.0f, ctx);
|
||||
|
||||
Reference in New Issue
Block a user