Commit graph

6775 commits

Author SHA1 Message Date
Jean-Philip Desjardins
09901e65e8 Code style fix. 2021-07-27 09:08:48 -04:00
Jean-Philip Desjardins
bb2e65d1cf Update supported extensions in libretro core. 2021-07-27 09:08:47 -04:00
Jean-Philip Desjardins
62edca57d9 Alternate CHD lib integration method.
Hopefully fixes linking issues on GCC.
2021-07-27 09:08:47 -04:00
Jean-Philip Desjardins
113e758c4d Use a custom block provider for CHD files. 2021-07-27 09:08:47 -04:00
Jean-Philip Desjardins
40c94d9de5 Move ChdStreamSupport to a separate lib.
Fixes GCC link errors.
2021-07-27 09:08:47 -04:00
Jean-Philip Desjardins
4134f5e453 Update libchdr submodule. 2021-07-27 09:08:47 -04:00
Jean-Philip Desjardins
331544b30f Make our glue functions extern C. 2021-07-27 09:08:47 -04:00
Jean-Philip Desjardins
b79b85601a Fix build errors. 2021-07-27 09:08:46 -04:00
Jean-Philip Desjardins
2e9aaca2c9 Allow opening CHD files. 2021-07-27 09:08:46 -04:00
Jean-Philip Desjardins
4286f3dc2c Update libchdr submodule. 2021-07-27 09:08:46 -04:00
Jean-Philip Desjardins
da5d45db5e Build libchd. 2021-07-27 09:08:46 -04:00
Jean-Philip Desjardins
aa658be6d1
Merge pull request #1106 from effective-light/compile-errors
Fix compile errors
2021-07-16 09:13:35 -04:00
Jean-Philip Desjardins
853187dfe0
Merge pull request #1105 from literalmente-game/patch-2
Create ISSUE_TEMPLATE.md
2021-07-16 09:13:15 -04:00
Hamza Mahfooz
0300c884fd
Fix compile errors 2021-07-15 20:24:37 -04:00
Jean-Philip Desjardins
cfb81ed686 Add support for points in Vulkan. 2021-07-14 14:07:46 -04:00
Jean-Philip Desjardins
7ab258204c Add textured line support in OpenGL. 2021-07-14 11:15:45 -04:00
Jean-Philip Desjardins
156a207c04 Remove controller handler when leaving emulator view. 2021-07-14 08:18:13 -04:00
literalmente-game
fe9f744058
Create ISSUE_TEMPLATE.md
Adding a simple template for issues as we didn't had one yet
2021-07-14 00:33:54 -03:00
Jean-Philip Desjardins
e9bc722810 Style fix. 2021-07-13 15:26:31 -04:00
Jean-Philip Desjardins
a5fea5d927 Update submodules. 2021-07-13 15:25:41 -04:00
Jean-Philip Desjardins
329e9adf7b Fix Android Vulkan initialization. 2021-07-13 15:25:41 -04:00
Jean-Philip Desjardins
6a25484cf6 Create instance properly. 2021-07-13 15:25:41 -04:00
Jean-Philip Desjardins
2a0d712e0e Build Vulkan on Android.
Nothing works yet.
2021-07-13 15:25:41 -04:00
Jean-Philip Desjardins
c047f414b6 Add missing descriptor type. 2021-07-13 15:25:41 -04:00
Jean-Philip Desjardins
3378a0d1b1
Merge pull request #1099 from yoshisuga/ios-qol-improvements
[iOS] Quality of Life Improvements: Virtual Pad transparency/auto-hide, L3/R3/Select/Start buttons for controllers
2021-07-13 15:24:27 -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
Jean-Philip Desjardins
69531b84bc Don't recompute the clamping mask.
Removes a few instructions in generated code.
2021-07-09 10:03:27 -04:00
Jean-Philip Desjardins
427792ebf0
Merge pull request #1100 from TacoTheDank/cleanup
Some Android code lint cleanup
2021-07-08 10:13:34 -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
a41ef9493c applied formatting changes 2021-07-07 08:25:35 -10:00
Yoshi Sugawara
bb01c71c75 add haptic feedback to virtual pad 2021-07-07 08:24:18 -10:00
Yoshi Sugawara
edea5f2cc7 applied formatting fixes 2021-07-07 07:30:11 -10:00
Yoshi Sugawara
1a7f052a3d Merge branch 'master' into ios-qol-improvements 2021-07-07 07:25:33 -10:00
Yoshi Sugawara
c76c16c2dc use frame based layout instead just for consistency 2021-07-07 07:24:52 -10:00
Jean-Philip Desjardins
fada0ca009 Fix parameter value in VoiceTrans trace. 2021-07-07 08:22:30 -04:00
Jean-Philip Desjardins
9a429b85f2
Merge pull request #1097 from yoshisuga/multiple-save-states
[iOS] Support saving/loading to multiple save states
2021-07-06 18:32:39 -04: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
TacoTheDank
bb1430288e Some Android code cleanup 2021-07-06 12:57:48 -04: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
0900a0219b Select first slot by default; fix positioning 2021-07-02 14:45:41 -10:00
Yoshi Sugawara
d4be2ea488 set text color to white 2021-07-02 09:19:42 -10:00
Yoshi Sugawara
8d37b36e40 Add button to load/save state 2021-07-02 09:18:12 -10:00
Yoshi Sugawara
2195163f95 Support tapping outside of controls to hide 2021-07-02 08:58:08 -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
80e6554cdc Use StoreAtRefIdx to clear flags pipeline.
Using PullRel would cause array items to be register allocated which is not a good thing
since they are accessed through array operations in other places.
2021-07-02 10:22:27 -04:00