Commit graph

64 commits

Author SHA1 Message Date
Jean-Philip Desjardins
30568a057d Use app_config module.
Some checks failed
Build macOS / build_macos (push) Has been cancelled
Build Android / build_android (apk) (push) Has been cancelled
Build Android / build_android (libretro) (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
2025-03-11 16:18:58 -04:00
Mahmood - Zer0xFF
c3f138a424 Split DiskUtils into BootableUtils 2024-10-24 20:43:37 +01:00
Mahmood - Zer0xFF
9eaf97ae4d Move IsBootableExecutablePath && IsBootableDiscImagePath to DiskUtils namespace 2024-10-24 18:13:18 +01:00
Jean-Philip Desjardins
67c91b668f Fix Android and iOS builds. 2024-01-15 10:46:05 -05:00
Jean-Philip Desjardins
0561c40025 Fix iOS build. 2022-01-21 20:09:09 -05:00
Jean-Philip Desjardins
05c55dc062 Allow forced scan of FS through settings. 2021-11-06 09:34:27 -04:00
Jean-Philip Desjardins
a1fdde5a38 Allow building iOS without Vulkan. 2021-08-04 10:23:51 -04:00
Jean-Philip Desjardins
156a207c04 Remove controller handler when leaving emulator view. 2021-07-14 08:18:13 -04:00
Jean-Philip Desjardins
8fff62fbd8 Move hardware controller initialization to viewDidAppear.
toggleHardwareController calls updateOnScreenWidgets which needs the virtual machine to be created.
2021-07-13 06:54:44 -10:00
Yoshi Sugawara
e1491d305f Merge branch 'master' into ios-qol-improvements 2021-07-13 06:53:43 -10:00
Jean-Philip Desjardins
d27ce4845f Pause emulation when emulator is going in background.
Fixes some issues with MoltenVK loosing the device and rendering
not resuming when returning to the app.
2021-07-09 11:49:03 -04:00
Yoshi Sugawara
608d140916 applied formatting changes 2021-07-07 08:38:06 -10:00
Yoshi Sugawara
55b62460bf added preference settings for haptic feedback 2021-07-07 08:37:03 -10:00
Yoshi Sugawara
edea5f2cc7 applied formatting fixes 2021-07-07 07:30:11 -10:00
Yoshi Sugawara
ae849d8ec8 [iOS] Quality of life improvements: Support virtual pad transparency; support L3/R3/Select/Start buttons; support for hiding virtual pad when controller is connected 2021-07-06 11:55:23 -10:00
Yoshi Sugawara
bc6c08a30d apply formatting changes 2021-07-05 22:26:53 -10:00
Yoshi Sugawara
a692cec779 Ported save state view controller to objective c; added to CMakeLists.txt; using storyboard for UI 2021-07-03 19:30:43 -10:00
Yoshi Sugawara
05b8ea66b2 Add pragma mark section for SaveStateDelegate for clarity 2021-07-02 08:47:40 -10:00
Yoshi Sugawara
09907247e6 Support saving/loading to multiple save states; support browsing files in Files app 2021-07-02 08:45:00 -10:00
Jean-Philip Desjardins
06347cac51 Make GS handler configurable through a setting on iOS. 2021-06-27 08:42:26 -04:00
Jean-Philip Desjardins
560fddba77 Reorganize iOS storyboard to allow leaving the settings screen. 2021-06-23 09:41:44 -04:00
Jean-Philip Desjardins
4be94cf8a0 Fix audio toggle on iOS. 2021-06-23 09:41:44 -04:00
Jean-Philip Desjardins
91bde50083 Update on screen widget status. 2021-06-23 09:41:44 -04:00
Jean-Philip Desjardins
8c7ce0ed52 Allow opening preferences while game is running on iOS. 2021-06-23 09:41:43 -04:00
Jean-Philip Desjardins
11919a6afe Make the alert controller a bit nicer on iPads. 2021-06-23 09:41:43 -04:00
Jean-Philip Desjardins
95da46c153 Code style fixes. 2020-12-07 10:44:04 -05:00
Jean-Philip Desjardins
1089412964 Some adjustments for iPhone X screen layout. 2020-01-11 12:14:29 -05:00
Jean-Philip Desjardins
97226f92aa Fix iOS build. 2019-10-23 20:50:12 -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
c8997ef282 Merge branch 'master' into shared_covers 2019-01-26 22:47:07 -05: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
0890b58bc9 Fix iOS build. 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
d153162bbd Rename preference define name. 2018-01-15 14:14:59 -05:00
Jean-Philip Desjardins
2ac2f594d2 Use SetPreferencePath on iOS. 2018-01-15 11:49:07 -05:00
Jean-Philip Desjardins
3781df56ac Cleanup. 2017-12-05 18:28:48 -05:00
Jean-Philip Desjardins
754fe909da Slightly change way controllers are handled on iOS.
Also added support for some of the missing buttons.
2016-05-01 16:34:06 -04:00
Jean-Philip Desjardins
33a0b106f2 Activate OpenAL sound handler on iOS. 2016-04-10 22:20:53 -04:00
Jean-Philip Desjardins
6d4af54d9f Fixed button mapping on iOS. 2016-01-30 21:31:10 -05:00