some clean up

This commit is contained in:
water
2021-08-08 13:20:54 -04:00
parent 54301a36be
commit f25b0f0de2
9 changed files with 246 additions and 484 deletions
+2 -3
View File
@@ -426,7 +426,6 @@ void CPadGetData() {
lg::warn("ignoring calls to CPadGetData");
warned = true;
}
}
// TODO InstallHandler
@@ -582,7 +581,7 @@ void DecodeTime() {
// TODO PutDisplayEnv
void PutDisplayEnv() {
//assert(false);
// assert(false);
}
/*!
@@ -617,7 +616,7 @@ void InitMachine_PCPort() {
*/
void InitMachineScheme() {
make_function_symbol_from_c("put-display-env", (void*)PutDisplayEnv); // used in drawable
make_function_symbol_from_c("syncv", (void*)sceGsSyncV); // used in drawable
make_function_symbol_from_c("syncv", (void*)sceGsSyncV); // used in drawable
make_function_symbol_from_c("sync-path", (void*)sceGsSyncPath); // used
make_function_symbol_from_c("reset-path", (void*)sceGsResetPath); // used in dma
make_function_symbol_from_c("reset-graph", (void*)sceGsResetGraph); // used