index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
android
/
jni.cpp
Age
Commit message (
Expand
)
Author
2011-04-03
ANDROID: Log the ScummVM version
dhewg
2011-03-16
ANDROID: Input system overhaul
dhewg
2011-03-13
ANDROID: Add support for video feature flags
dhewg
2011-03-07
ANDROID: Save the game when the process is paused
dhewg
2011-03-03
ANDROID: Remove an indirection when pausing
dhewg
2011-03-03
ANDROID: Formatting/whitespaces
dhewg
2011-03-02
ANDROID: Respect the pause level.
dhewg
2011-03-02
ANDROID: On pause, put all threads in a coma
dhewg
2011-03-02
ANDROID: Implement pause/resume
dhewg
2011-03-02
ANDROID: Merge FIND_METHODs
dhewg
2011-03-02
ANDROID: Move swapBuffers to the native side
dhewg
2011-03-02
ANDROID: Untangle JNI interweaving
dhewg
2011-03-02
ANDROID: Don't use warning() in JNI functions
dhewg
2011-02-27
ANDROID: Remove dead code
dhewg
2011-02-27
ANDROID: Remove unnecessary code
dhewg
2011-02-27
ANDROID: Pause the AudioTrack when possible
dhewg
2011-02-27
ANDROID: Rework audio system
dhewg
2011-02-24
ANDROID: Move rest of everything JNI
dhewg
2011-02-24
ANDROID: Wrap JNI code in a class
dhewg
2011-02-24
ANDROID: Move the global back reference to jni.cpp
dhewg
2011-02-24
ANDROID: Remove unused jmethod Object.wait()
dhewg
2011-02-24
ANDROID: Split code into multiple files
dhewg