Commit graph

123 commits

Author SHA1 Message Date
Jean-Philip Desjardins
95da46c153 Code style fixes. 2020-12-07 10:44:04 -05:00
Jean-Philip Desjardins
344520c7b4 Fix iOS build. 2020-08-11 10:59:55 -04:00
Jean-Philip Desjardins
1818051365 Add scan path for jailbroken iOS devices. 2020-07-29 19:20:44 -04:00
Jean-Philip Desjardins
80bfc0a099 Simulate the debugger being detached when quitting the app.
Prevents the application from being stuck when killed by external means.
2020-06-19 15:46:49 -04:00
Jean-Philip Desjardins
7e98d7c67d Various iOS UI fixes:
- Fixed menu button placement for iPhone X layouts.
- Fixed dark mode support.
2020-01-11 12:14:39 -05:00
Jean-Philip Desjardins
1089412964 Some adjustments for iPhone X screen layout. 2020-01-11 12:14:29 -05:00
Sacha
4553d14f1b
Remove boost dependency
Boost has already been removed from the project, but this include somehow lasted and was causing an error if boost was not available.
2019-12-10 15:44:29 +10:00
Jean-Philip Desjardins
97226f92aa Fix iOS build. 2019-10-23 20:50:12 -04:00
Jean-Philip Desjardins
f17959feab Fix screen orientation issues on iOS 13. 2019-10-18 12:58:11 -04:00
Mahmood - Zer0xFF
3f701fe4ef Make Plays dependencies submodule in this repo 2019-08-30 13:25:03 -04:00
Jean-Philip Desjardins
2bc89de94f Fix iOS build. 2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
c765e613f1 Update to CSignal::Connect() new name 2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
91a27b69a2 Remove boost::signals2. 2019-08-17 11:03:53 -04:00
Jean-Philip Desjardins
a0a621910b Allow profiler output to be displayed on iOS. 2019-08-02 22:17:50 -04:00
Jean-Philip Desjardins
dcb2e0faa8 Use StatsManager on iOS for FPS and Draw Calls. 2019-08-02 21:33:37 -04:00
Jean-Philip Desjardins
0e5f2eaaed Make sure we stop the timer when we leave the emulation view. 2019-08-02 21:26:46 -04:00
Jean-Philip Desjardins
c34032fb5e Provide info to UIAlertController to prevent crash on iPad. 2019-07-22 18:16:36 -04:00
Jean-Philip Desjardins
0f0a010939
Merge pull request #772 from Zer0xFF/cmake_cleanup
CMake modularisation cleanup
2019-07-15 19:47:20 -04:00
Mahmood - Zer0xFF
e1cb7264b7 move linking to FrameworkOpenGL 2019-07-07 23:25:33 +01:00
Mahmood - Zer0xFF
4d8b739685 move ui_shared out of PlayCore 2019-07-05 23:55:34 +01:00
Mahmood - Zer0xFF
d065c3443e remove boost::lexical_cast
(cherry picked from commit 3ce44930efe62f34568bef3a36450110cd2bf4d9)
2019-06-26 20:25:56 -04:00
Mahmood - Zer0xFF
a8806ec711 change file extension, when using makefile builds, the build failed because its using the wrong compiler, since this file references C++ objects 2019-05-24 00:42:53 +01:00
Jean-Philip Desjardins
f8fc182659 Code style fixes. 2019-04-09 12:28:10 -04:00
Jean-Philip Desjardins
19f77848fd Add resolution factor selector on iOS. 2019-04-08 20:27:54 -04:00
Jean-Philip Desjardins
6399e42de2 Print full version in iOS settings view. 2019-04-08 19:59:16 -04:00
Jean-Philip Desjardins
d821e4d94c Remove unused games database. 2019-02-28 18:37:49 -05:00
Jean-Philip Desjardins
c8997ef282 Merge branch 'master' into shared_covers 2019-01-26 22:47:07 -05:00
Mahmood - Zer0xFF
546996316b Fix iOS build 2019-01-15 11:50:09 +00:00
Jean-Philip Desjardins
80760eb169 iOS: Now a simple menu instead of a "pause menu".
To be consistent with Android behavior.
2019-01-11 12:58:58 -05:00
Jean-Philip Desjardins
a29a05841e Use proper state file name and add load state. 2019-01-11 12:58:58 -05:00
Jean-Philip Desjardins
2b200d99ef Add pause menu. 2019-01-11 12:58:58 -05:00
Jean-Philip Desjardins
13c6e3ecc4 Instantiate exit button in IB. 2019-01-11 12:58:58 -05:00
Jean-Philip Desjardins
b1889d1ebd Instantiate GlEs view through storyboard. 2019-01-11 12:58:58 -05:00
Jean-Philip Desjardins
766f48878d Fix position of switches in settings view. 2019-01-11 12:58:58 -05:00
Jean-Philip Desjardins
0890b58bc9 Fix iOS build. 2018-12-06 12:46:50 -05:00
Jean-Philip Desjardins
059115113f Update CMakeLists.txt again. 2018-12-06 12:46:50 -05:00
Jean-Philip Desjardins
08dd4959c4 Update ui_ios's CMakeLists.txt. 2018-12-06 12:46:50 -05:00
Jean-Philip Desjardins
e32c2d5eff Cleanup. 2018-12-06 12:46:50 -05:00
Jean-Philip Desjardins
e1606d921f Add portable bootable path testing functions. 2018-12-06 12:46:50 -05:00
Jean-Philip Desjardins
a7b2cd6408 Use bootables database on iOS. 2018-12-06 12:46:50 -05:00
Jean-Philip Desjardins
69a57225a3 Cleanup. 2018-12-06 12:46:49 -05:00
Jean-Philip Desjardins
5e3a652d48 Code style fixes. 2018-10-26 13:29:31 -04:00
Jean-Philip Desjardins
e80cdbc520 Add Exit button on iOS. 2018-10-26 08:14:14 -04:00
Jean-Philip Desjardins
669fd22686 Add ptrace call on iOS to simulate debugger.
This allows JITed code to work even though the application is not running through Xcode.
2018-10-25 18:27:59 -04:00
Jean-Philip Desjardins
d543d4049b Move SH_OpenAL stuff to its own CMakeLists.txt 2018-10-18 21:37:55 -04:00
Jean-Philip Desjardins
ae679faeb0 Fix iOS build. 2018-10-18 21:37:55 -04:00
Jean-Philip Desjardins
7ee26f2f09 Move OpenAL config out of PlayCore. 2018-10-18 21:37:55 -04:00
Mahmood(Thunder07)
4e938a32d5 Update TheGamesDB to legacy domain 2018-05-24 05:39:27 +03:00
Clang-Format
acf75535ec Clang format 2018-04-30 21:01:23 +01:00
Mahmood(Thunder07)
823796140c cmake Cleanup 2018-03-02 12:01:59 +00:00