More cleanup
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "script/scriptcontext.h"
|
||||
#include "script/scriptmanager.h"
|
||||
|
||||
void modulePlatformVita(scriptcontext_t *ctx) {
|
||||
scriptContextExec(ctx, "VITA = true\n");
|
||||
void modulePlatformVita(void) {
|
||||
scriptManagerExec("VITA = true\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user