This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
SDLPAL
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix crash when exiting abornally
Wei Mingzhi
8 years ago
parent
92d04d77e9
commit
0b7f562815
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
android/app/src/main/cpp/android_jni.cpp
+ 0
- 1
android/app/src/main/cpp/android_jni.cpp
View File
@@
-311
,
5
+
311
,
4
@@ UTIL_Platform_Quit(
)
{
unlink((g_cachepath +
"running"
).c_str());
-
exit
(
0
);
}