Fix input on linux
This commit is contained in:
11
src/duskpsp/script/module/moduleplatformplatform.h
Normal file
11
src/duskpsp/script/module/moduleplatformplatform.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "moduleplatformpsp.h"
|
||||
|
||||
#define modulePlatformPlatform modulePlatformPSP
|
||||
13
src/duskpsp/script/module/moduleplatformpsp.h
Normal file
13
src/duskpsp/script/module/moduleplatformpsp.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "script/scriptcontext.h"
|
||||
|
||||
void modulePlatformPSP(scriptcontext_t *ctx) {
|
||||
scriptContextExec(ctx, "PSP = true\n");
|
||||
}
|
||||
Reference in New Issue
Block a user