mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
Fix build on main for mac/linux (#40)
* fix builds, removing COMPOUND_LITERAL around GXColor use aurora's aurora_get_stats add aurora::gd to libraries linked to fixup linkage/symbol hiding on mac/linux squashed * aurora stat changes * fix --------- Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net> Co-authored-by: TakaRikka <takarikka@outlook.com>
This commit is contained in:
+1
-3
@@ -1402,9 +1402,7 @@ u16 GXGetNumXfbLines(u16 efbHeight, f32 yScale) {
|
||||
STUB_LOG("GXGetNumXfbLines is a stub");
|
||||
return 0;
|
||||
}
|
||||
void GXGetViewportv(f32* vp) {
|
||||
STUB_LOG("GXGetViewportv is a stub");
|
||||
}
|
||||
|
||||
void GXGetScissor(u32* left, u32* top, u32* wd, u32* ht) {
|
||||
STUB_LOG("GXGetScissor is a stub");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user