Commit Graph

38 Commits

Author SHA1 Message Date
Riley Testut
a5c50b41bc Adds back support for presenting CheatsViewController from Pause Menu 2016-07-27 04:08:08 -05:00
Riley Testut
60bc9dcfbc Adds basic implementation of GameViewController, replacement for EmulationViewController 2016-07-17 16:41:57 -05:00
Riley Testut
3e02c36bcd Fixes Core Data assertion failure when saving save states 2016-07-14 23:24:31 -05:00
Riley Testut
1d7ce4b6e6 Updates DeltaCore API usage to match massive DeltaCore refactoring 2016-07-14 22:59:39 -05:00
Riley Testut
df5f409e74 Uses EmulatorCore.preferredRenderingSize to determine save states aspect ratio 2016-06-10 16:34:09 -05:00
Riley Testut
a74d505224 Adds support for automatically saving + loading game saves 2016-06-10 13:37:14 -05:00
Riley Testut
2e5616dd30 Updates save state usage to catch errors 2016-06-10 11:57:15 -05:00
Riley Testut
29c8990540 Adds support for Gameboy Advance games 2016-06-10 10:53:29 -05:00
Riley Testut
c647762975 Finishes implementation of Sustain Buttons feature 2016-06-02 19:45:09 -05:00
Riley Testut
0f43de2138 Updates EmulationViewController Game Controller methods & matches DeltaCore refactoring 2016-05-29 05:40:42 -05:00
Riley Testut
b2bf15a79c Refactors cheat usage for non-throwing EmulatorCore.deactivateCheat(_:) 2016-05-28 02:07:57 -05:00
Riley Testut
f7ed6f75d1 Adds ability for user to add/edit custom cheats 2016-05-27 15:25:14 -05:00
Riley Testut
f0f88a529a Removes explicit initialization of SNESEmulatorCore 2016-05-21 15:38:12 -05:00
Riley Testut
9dcb88b2de Presents empty CheatsViewController for Cheats pause item 2016-05-21 14:53:10 -05:00
Riley Testut
c6e2820458 Adds ability to Peek & Pop save states via 3D Touch 2016-05-16 17:30:53 -05:00
Riley Testut
48e0596043 Refactors video rendering pipeline
Fixes occasional black screen issue, and fixes issue where the simulator would fail to render video correctly
2016-03-16 16:15:03 -05:00
Riley Testut
bf70df6611 Adds basic support for saving + loading save states
Stores SaveState model objects with Core Data, and displays the available save states in SaveStatesViewController.

Currently, tapping + button creates a new save state, while tapping a collection view cell loads the save state, regardless of whether Save State or Load State was selected from the pause menu.
2016-02-08 13:55:27 -08:00
Riley Testut
08e46b9678 Fixes slightly delayed audio after disabling Fast Forward 2016-01-23 01:35:03 -08:00
Riley Testut
8fd2f554fc Adds support for toggling Fast Forward from pause menu 2016-01-13 13:29:52 -08:00
Riley Testut
46eb747737 Replaced GameCollectionViewLayout with GridCollectionViewLayout
Additionally, refactored GridCollectionViewCell to no longer use a NIB. This makes it easier to reuse for iOS and tvOS, and allows us to use storyboard segues (which include peek & pop)
2015-12-26 04:09:45 -06:00
Riley Testut
b25ee75d67 Added ability to return to main menu from PauseViewController 2015-12-26 03:03:47 -06:00
Riley Testut
76a9c85253 Fixed incorrect game rendering when rotating while paused
When rotating EmulationViewController with PauseViewController presented, the GameView would have an incorrectly sized rendered image
2015-12-26 02:45:57 -06:00
Riley Testut
755266f393 Added support for PDF-based controller skins 2015-12-21 04:06:51 -06:00
Riley Testut
d60855724d Updated ControllerSkin logic
Rewrote deltaskin info.json format, handles adaptability much better now
2015-12-20 19:40:40 -06:00
Riley Testut
ba858fcf7a Responds to controller inputs 2015-12-19 16:46:51 -06:00
Riley Testut
5ae15432c4 Updated DeltaCore for tvOS 2015-11-01 03:19:44 -06:00
Riley Testut
2184c8aa68 Implemented basic importing of games 2015-10-11 16:31:07 -05:00
Riley Testut
ab4fadca57 Added basic Core Data functionality 2015-10-04 12:02:46 -07:00
Riley Testut
af631870d4 Updated DeltaTV to use tvOS framework dependencies 2015-09-26 15:14:46 -07:00
Riley Testut
ed4807ba5d Added ability to emulate SNES games 2015-09-12 19:49:21 -07:00
Riley Testut
c59f4642cd Handles input from all connected controllers correctly 2015-09-07 17:57:12 -07:00
Riley Testut
cc6a044b29 Added basic settings, and ability to manage game controllers 2015-09-07 15:05:11 -07:00
Riley Testut
513129c3d5 Responds to ControllerView inputs 2015-07-22 21:56:28 +01:00
Riley Testut
8084536551 Updated to Swift 2 syntax 2015-06-30 01:15:10 -07:00
Riley Testut
f615b65f5e Added EmulationViewController, displays ControllerView 2015-06-16 01:45:24 -05:00
Riley Testut
2aa4359a3e Updated Cores to use new dynamic subclassing 2015-04-19 20:45:33 -07:00
Riley Testut
16b82f3dad Added SNESDeltaCore submodule 2015-03-09 23:43:20 -07:00
Riley Testut
6bb1ccf42c Added DeltaCore submodule 2015-03-09 00:15:43 -07:00