Commit Graph
350 Commits
Author SHA1 Message Date
chinhodado ade958043c minor condition change
there's no guarantee that the function will return 1 on success, at least not in the documentation
2014-02-17 20:46:51 -05:00
Unknown W. Brackets c803a15111 Update the screen scale on window resize in Qt.
Not sure if the right place, but already has PPSSPP specific code anyway.
2014-02-16 22:12:59 -08:00
Unknown W. Brackets 36a9bafcaf Avoid a char * for constant strings. 2014-02-15 01:46:47 -08:00
Unknown W. Brackets c69e7c3bea Fix crash on shutdown in Qt.
Scoped pointers need to destruct first, or else we'll try to access emulator internals
within their destructors.
2014-02-15 01:42:48 -08:00
Henrik Rydgård 25586949cc Tab fix 2014-02-12 12:46:43 +01:00
Henrik Rydgård 6f6c81ce19 Need to check the quit flag here too 2014-02-12 12:45:49 +01:00
Henrik Rydgard 5557c6801b Also add basic support for "clean exit" to Symbian (although hacky) 2014-02-12 11:54:53 +01:00
Henrik Rydgard ae94967bec Add proper shutdown to Blackberry (untested)
@xsacha
2014-02-12 11:51:59 +01:00
Henrik Rydgard 52a7af1ed3 Fix some build errors due to a removed variable 2014-02-10 15:12:55 +01:00
Henrik Rydgard 93d39b34ff Add the few extra lines required to init gl on Raspberry Pi.
Still needs work in the build system to set this define.
2014-02-09 23:31:31 +01:00
Henrik Rydgård 48b4745e73 Some cleanup, make really sure we don't use AudioTrack on Gingerbread+. 2014-02-07 14:18:45 +01:00
Henrik Rydgård 4a743ca627 SDL: Add way to exit cleanly through a message. Warning fix. 2014-02-07 11:33:31 +01:00
Henrik Rydgard 790c70f3fb Center SDL window when possible 2014-02-05 19:44:43 +01:00
Henrik Rydgard 841f04d369 For some reason, need to disable the SDL joystick code to build PCMain on windows 2014-02-05 14:46:21 +01:00
Henrik Rydgård c960fdb0b2 Add a new "queryConfig" native android function, so that the Java code can check
config options like rotation lock (config is implemented on the C++ side).
2014-02-04 12:07:17 +01:00
Henrik Rydgård 4818a85042 Add drag capturing (useful to resolve conflicts between scrollviews and draggable controls within)
Some misc cleanup
2014-01-31 14:32:06 +01:00
Thiago Kenji Okada 14e32915b2 I forget how C works after using Python... 2014-01-30 14:33:48 -02:00
Thiago Kenji Okada a313321893 Add fallback in case of xdg-utils is not installed
Some distributions may not install xdg-utils by default,
so inform the user in case of xdg-utils is not installed
when the user tries to use any of the xdg-utils commands.
2014-01-30 14:23:04 -02:00
Henrik Rydgård 25bbd8fbd1 Link backtrace.cpp on Android too for consistency. Use it in FLOG. 2014-01-23 14:31:56 +01:00
Henrik Rydgård ca90b79bf8 Fix Android input box function. Add dpi to command line options in PCMain. 2014-01-21 15:57:15 +01:00
Sacha 469088b162 Oops. Maemo fix. 2014-01-06 10:41:53 +10:00
Sacha e3a1ecf8a4 Qt: Last fix for Maemo. Confirmed compiling. Thanks @AapoRantalainen 2014-01-05 23:36:08 +10:00
Sacha a2dfb0f5ea Fix Qt for Maemo 2014-01-05 10:53:47 +10:00
Henrik Rydgård 73f612aaa8 SDL: Add preliminary fullscreen toggle support. Does not seem to work very well on Mac. 2014-01-03 15:15:35 +01:00
Henrik Rydgard 69fd1d6594 Fix USING_GLES2 + SDL builds, if we ever have any 2014-01-02 00:29:34 +01:00
Sacha eb2d8ac7c9 Qt: Update sound according to #4761. 2013-12-23 20:04:14 +10:00
Henrik Rydgård 1ef531ec9c Add some infrastructure to handle screen resizes that don't lose the device 2013-12-16 16:19:40 +01:00
Henrik Rydgård 9201587961 PCMain.cpp: Allow forcing pixel resolution on the command line.
Small optimization in gfx_es2
2013-12-16 14:06:24 +01:00
Henrik Rydgård 8166e7a094 Let apps specify that they want portrait on startup again 2013-12-13 12:49:38 +01:00
Henrik Rydgård a83ac35141 Restore functionality of "legacy key maps" in SDL.
For non-PPSSPP prototyping purposes.
2013-12-13 12:17:46 +01:00
Henrik Rydgård e015a7caad PCMain.cpp: #ifdef away PPSSPP-isms (yeah, this is ugly and needs cleanup) 2013-12-13 11:04:11 +01:00
Henrik Rydgård bd44241558 Add "DLOG" to native logging library (only active if _DEBUG is set) 2013-12-09 13:15:42 +01:00
Sacha 1fbab7d728 Qt: Update miscellaneous 2013-12-08 21:09:24 +10:00
Sacha 9e5df6028a Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. 2013-12-08 20:15:09 +10:00
Sacha 26dfe75882 Some improvements to Qt Audio. 2013-12-06 13:06:04 +10:00
Henrik Rydgård 48debd78f8 Map backspace correctly in SDL. Minor cosmetic slider fixes 2013-12-05 15:52:39 +01:00
Henrik Rydgard deb3ccc261 Symbian buildfix 2013-12-04 18:12:57 +01:00
Henrik Rydgard 563e005101 Android: Allow sending generic string messages out to Java.
Implement stubs for other platforms.
2013-12-04 17:38:37 +01:00
Sacha 8124961676 Fix Typo so Symbian can build on Linux. 2013-12-02 15:39:34 +10:00
Henrik Rydgård e9c25e5607 Remove progress logging from buffer 2013-11-29 17:10:13 +01:00
Henrik Rydgård 197d010189 Compute progress % during downloads 2013-11-29 16:31:19 +01:00
Sacha 7eacb18ddd Blackberry: Match up with Android's DPI settings. 2013-11-29 04:12:10 +10:00
Sacha 17ddae23cc Qt: Prepare for desktop UI to use embedded mobile UI. 2013-11-27 01:30:28 +10:00
Sacha 3bb995319b SDL/Qt: Cleanup. 2013-11-26 16:38:00 +10:00
Sacha 16b69fb583 Blackberry: Add simulator support. 2013-11-26 12:11:52 +10:00
Sacha 0a607422d2 Blackberry: Update accelerometer API. 2013-11-26 03:04:36 +10:00
Bigpet ddb9934dce actually not deleting the joystick in the runloop anymore 2013-11-24 06:27:43 +01:00
Henrik Rydgård 127d4b2d20 SDL buildfixing 2013-11-22 13:19:32 +01:00
Peter Tissen 3b076b41a9 refactored SDL joystick into seperate file 2013-11-22 02:00:35 +01:00
shenweip 9bf31c9ad5 Add a comment. 2013-11-19 00:33:18 +08:00