mirror of
https://github.com/zeldaret/ss
synced 2026-06-01 09:47:32 -04:00
Fix link error with d_lib.cpp & mark as matching
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
void dLib::unknownStub() {}
|
||||
u32 lbl_80574FA0;
|
||||
u32 lbl_80574FA4;
|
||||
|
||||
bool dLib::strequals(const char *lhs, const char *rhs) {
|
||||
void unknownStub() {}
|
||||
|
||||
bool strequals(const char *lhs, const char *rhs) {
|
||||
if (!rhs) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user