adelikat
|
4ae0b2cd22
|
Merge branch 'master' into waterbox2
Conflicts:
BizHawk.Client.EmuHawk/MainForm.Events.cs
BizHawk.Client.EmuHawk/MainForm.cs
|
2017-06-04 18:18:11 -05:00 |
adelikat
|
cd7e6f4f67
|
add c64 file extensions to open file dialog for release builds
|
2017-06-03 14:20:12 -05:00 |
nattthebear
|
f96a7abb94
|
ngp: connect saveram. due to the way this is implemented in neopop, connecting it greatly increased the size of savestates, which may or may not be worth fixing.
|
2017-06-03 07:58:14 -04:00 |
adelikat
|
4a088ba3ff
|
NGP - file extensions for Open Rom dialog
|
2017-05-31 20:47:27 -05:00 |
nattthebear
|
051382450e
|
ngp: settings that theoretically work
|
2017-05-31 17:29:45 -04:00 |
adelikat
|
55edb3e37b
|
add .vb to open file dialog
|
2017-05-29 13:42:30 -05:00 |
nattthebear
|
f99a080e60
|
Merge remote-tracking branch 'origin/master' into waterbox2
# Conflicts:
# BizHawk.Client.EmuHawk/MainForm.Designer.cs
# BizHawk.Client.EmuHawk/MainForm.cs
|
2017-05-29 14:35:30 -04:00 |
nattthebear
|
391160ebf9
|
vboyEE: settings and syncsettings
|
2017-05-29 13:50:40 -04:00 |
nattthebear
|
61aa4f5df3
|
Connect Snes9x controllers, syncsettings, and regular settings
|
2017-05-28 10:18:20 -04:00 |
adelikat
|
fd1338a46f
|
Mainform - restore Autohawk click event, remove some unused methods
|
2017-05-22 14:23:13 -05:00 |
adelikat
|
a6414ff05c
|
Mainform cleanup round 2
|
2017-05-22 14:23:13 -05:00 |
adelikat
|
0796c14046
|
Misc mainform cleanups
|
2017-05-22 14:23:13 -05:00 |
adelikat
|
8062faf40b
|
organize mainform menu item event methods
|
2017-05-22 09:04:47 -05:00 |
adelikat
|
c8d6ef0628
|
since Global.AutofireNullControlls was only being used by Mainform, move it there instead of having in Globals
|
2017-05-22 07:30:34 -05:00 |
adelikat
|
f093ad8606
|
C64 - multi-disk support
|
2017-05-15 19:52:05 -05:00 |
adelikat
|
120f70b83b
|
When key priority is Hotkey over input, account for hotkeys that are not handled through the CheckHotkey() method
|
2017-05-15 13:11:18 -05:00 |
adelikat
|
58500fef0c
|
Add Toggle Key Priority hotkey
|
2017-05-14 13:53:44 -05:00 |
nattthebear
|
ebe789eed2
|
heh
|
2017-05-10 07:45:23 -04:00 |
J.D. Purcell
|
e72aa11d5d
|
Fix rewind crash when cancelling out of archive file picker dialog.
|
2017-05-08 22:50:45 -04:00 |
zeromus
|
ac767a2acc
|
clarification to the saveram flushing system
|
2017-05-06 17:50:36 -05:00 |
alyosha-tas
|
03f5403b71
|
Check if save ram exists before writing it
|
2017-05-06 18:42:09 -04:00 |
adelikat
|
59139ab266
|
Spell out Numerator and Denominator
|
2017-05-05 11:25:38 -05:00 |
adelikat
|
62a13d961d
|
Move VsyncNum and VsyncDen out of CoreComm and into IVideoProvider
|
2017-05-05 11:21:37 -05:00 |
adelikat
|
698c6741ae
|
Refactor IEmulator and remove the IController property, instead pass it as a paramter to the FrameAdvance() method
|
2017-05-01 20:09:11 -05:00 |
adelikat
|
ded1c2d7b7
|
Break off BoardName from IEmulator into a separate IBoardInfo service
|
2017-04-30 21:01:54 -05:00 |
J.D. Purcell
|
083d9bec0e
|
Throttle cleanup.
|
2017-04-30 20:38:10 -04:00 |
J.D. Purcell
|
0d853fd74a
|
MainForm cleanups.
|
2017-04-29 15:18:08 -04:00 |
J.D. Purcell
|
3ebcaa8af0
|
Rewind cleanup / tweaks.
|
2017-04-29 14:04:19 -04:00 |
J.D. Purcell
|
a72bdfe30f
|
Allow rewind during movies.
|
2017-04-29 11:06:00 -04:00 |
J.D. Purcell
|
4848bb5cc3
|
MainForm: Remove unused line.
|
2017-04-24 10:34:13 -04:00 |
adelikat
|
13ca76f3f8
|
UI for changing SNES controller configurations
|
2017-04-15 20:34:32 -05:00 |
J.D. Purcell
|
16bf63ade8
|
Random cleanups.
|
2017-04-10 09:36:04 -04:00 |
shanehoman
|
58e1b52369
|
expose MainForm.SaveRam() method to lua
|
2017-04-02 23:12:38 -07:00 |
J.D. Purcell
|
07a8c2c027
|
Remove unnecessary rewind capture on ROM load. I reviewed the original commit where it was added, and it was only to initialize the delta rewind buffer.
|
2017-04-02 23:01:41 -04:00 |
J.D. Purcell
|
3f776dbf6f
|
Rewind: Fix subtle off-by-one-frame bugs (only really noticeable when frame advancing).
|
2017-04-02 18:50:34 -04:00 |
J.D. Purcell
|
c58d2929f8
|
SoundOutputProvider: Standalone mode to eliminate the need for an external buffer when used with SyncToAsyncProvider.
|
2017-03-25 16:26:46 -04:00 |
J.D. Purcell
|
231795c2cb
|
Correction to previous AVI recording commit: buffer doesn't need to be so large.
|
2017-03-23 09:30:22 -04:00 |
J.D. Purcell
|
33d42152a8
|
Fix N64 audio weirdness in AVI recording.
|
2017-03-22 23:00:37 -04:00 |
J.D. Purcell
|
6cc5a914b7
|
Rewind cleanup.
|
2017-03-18 21:22:02 -04:00 |
zeromus
|
edc3cea302
|
use gizmo to load roms from drag&drop and commandline (file>open already magically worked, due to explorer I guess)
|
2017-03-15 22:50:35 -05:00 |
feos
|
5c91c2f98c
|
tastudio: allow exporting a named state
|
2017-02-24 21:58:41 +03:00 |
zeromus
|
f458648fad
|
improve rewind in tastudio by leaving editmode intact but taking care not to clobber frames. take special pains to ensure that (reverse) frame progress vs smooth rewind semantics stay as expected.
|
2017-02-16 00:29:28 -06:00 |
adelikat
|
2f3c0af4ea
|
Open Rom dialog - mark intellivision as not experiemental and have it show up in release builds
|
2017-02-11 12:45:20 -06:00 |
zeromus
|
ea2188dc46
|
make tastudio.setplayback correctly restore the recording flag after it finishes seeking from the greenzone to the target frame
|
2017-02-07 00:01:14 -06:00 |
zeromus
|
136c071ee8
|
12hz is too fast for default fps updates, i cant even read it.
|
2017-02-06 23:17:46 -06:00 |
zeromus
|
a70e6e2fc4
|
fix #790 (Scroll wheel missing from input.getMouse())
|
2017-02-04 20:52:32 -06:00 |
J.D. Purcell
|
52d604cb24
|
Fix turbo mode not disabling sound rendering (broken by 68a362c ).
Apply FF&RW volume when unthrottled.
|
2016-12-20 22:41:59 -05:00 |
J.D. Purcell
|
970a9017d4
|
Fix typo in previous commit.
|
2016-12-18 13:03:58 -05:00 |
adelikat
|
40be0dd0b3
|
Refactor the way a Null ControllerDefinition is created
|
2016-12-16 23:34:18 -06:00 |
J.D. Purcell
|
7843664f68
|
Improve FPS smoothing to initialize with a real value instead of ramping up from zero. Re-initialize the FPS data after pausing or changing fast forward/rewind state to eliminate ramp-up and ramp-down in those cases. Only the initial behavior has changed; the FPS calculation/smoothing is otherwise mathematically identical.
|
2016-12-16 16:01:21 -05:00 |