mirror of
https://github.com/digarok/gsplus.git
synced 2024-12-26 03:29:47 +00:00
add unimplemented functions to allow win32 builds to work
This commit is contained in:
parent
40b74c32a2
commit
45da5d239d
@ -2862,3 +2862,8 @@ void host_fst(void) {
|
||||
if (acc) SEC();
|
||||
else CLC();
|
||||
}
|
||||
|
||||
|
||||
// placeholder to build on win32 until it support host MLI
|
||||
void host_mli_head() {}
|
||||
void host_mli_tail() {}
|
||||
|
Loading…
Reference in New Issue
Block a user