diff options
| author | 2023-04-04 18:54:46 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:49 -0700 | |
| commit | 1cc801135508cf4509ebe4a20b757dacad04170a (patch) | |
| tree | 5233b989282db3638663cf1a2c8dec84f5791ba6 /src/android | |
| parent | android: Convert NativeLibrary to Kotlin (diff) | |
| download | yuzu-1cc801135508cf4509ebe4a20b757dacad04170a.tar.gz yuzu-1cc801135508cf4509ebe4a20b757dacad04170a.tar.xz yuzu-1cc801135508cf4509ebe4a20b757dacad04170a.zip | |
android: Remove unused doFrame function
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt index 725917ace..3ab685b9b 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt | |||
| @@ -207,8 +207,6 @@ object NativeLibrary { | |||
| 207 | 207 | ||
| 208 | external fun surfaceDestroyed() | 208 | external fun surfaceDestroyed() |
| 209 | 209 | ||
| 210 | external fun doFrame() | ||
| 211 | |||
| 212 | /** | 210 | /** |
| 213 | * Unpauses emulation from a paused state. | 211 | * Unpauses emulation from a paused state. |
| 214 | */ | 212 | */ |