mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Upgrade native
This commit is contained in:
parent
ab4482a0a4
commit
3de1259eb8
@ -297,6 +297,11 @@ void NativeTouch(int finger, float x, float y, double time, TouchEvent event)
|
||||
}
|
||||
}
|
||||
|
||||
void NativeMessageReceived(const char *message, const char *value)
|
||||
{
|
||||
// Unused
|
||||
}
|
||||
|
||||
void NativeShutdownGraphics()
|
||||
{
|
||||
delete uiTexture;
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 294ad623c5e23e9d9203606d720ff9ff2e490255
|
||||
Subproject commit 92bd22ffe5fd90b1441660b9136fc6dc230399ec
|
Loading…
Reference in New Issue
Block a user