Try to fix Remote Play issue

This commit is contained in:
redphx
2024-07-30 18:23:17 +07:00
parent 361ce057b7
commit 41fe12afc6
3 changed files with 18 additions and 9 deletions

3
src/types/network.ts Normal file
View File

@@ -0,0 +1,3 @@
export type RemotePlayConsoleAddresses = {
[key: string]: number[],
}