adelikat
d467a1427d
Atari 2600 - cleanups, de-expose some fields
2017-05-05 12:26:15 -05:00
adelikat
daf3b2539b
Atari 2600 - add alyosha as an author, break up IEmulator code to its own file, some misc cleanup
2017-05-05 11:56:28 -05: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
34d1e4fe57
NullEmulator - add a ServiceNotApplicable decoration
2017-05-05 09:54:46 -05:00
adelikat
a0956f39cc
meh
2017-05-05 09:52:19 -05:00
adelikat
5eec274b5d
some refactoring of NullVideo/NullEmulator - maybe this is better code, maybe not
2017-05-05 09:51:00 -05:00
alyosha-tas
8e4ca6ac8e
Update Atari7800Control.cs
2017-05-05 09:17:05 -04:00
adelikat
1c885e419a
Libretro - increment frame counter
2017-05-04 21:12:16 -05:00
adelikat
f31f3af0c8
InstanceDLL - throw if _hModeule == IntPtr.Zero, advanced loader - show the error if one occured
2017-05-04 19:43:51 -05:00
zeromus
fc7a2859cb
de-upx libretrobridge, maybe its causing problems
2017-05-04 19:23:48 -05:00
adelikat
2b625e9c53
Advanced loader - if magic folder necessary for the feature to work doesn't exist, create it. Allow drag and drop of dll files on the Current Core box
2017-05-04 17:54:21 -05:00
Sappharad
875db7c24c
Build new binaries for the cores that changed since last release.
...
Increment version to 1.12.2
2017-05-03 20:52:20 -05:00
Sappharad
7998f6374c
Merge branch 'master' into mono-portable
2017-05-03 17:36:32 -05:00
adelikat
248c535076
Merge branch 'master' into release
2017-05-03 17:06:27 -05:00
zeromus
286d03a359
psx: fix flaky MODE button on dualshock (disabled by uninitialized memory randomly on bootup)
2017-05-03 16:24:47 -05:00
alyosha-tas
eb02639748
oops
2017-05-03 12:17:20 -04:00
alyosha-tas
4490348c79
Update gamedb.txt
...
Fix #836 since the ines header had wrong mirroring info
2017-05-03 12:07:23 -04:00
alyosha-tas
2790ec1801
Update GxROM.cs
...
Fix AV super real pachinko
2017-05-03 12:04:10 -04:00
adelikat
18a2c3327d
update version info
2017-05-03 09:10:37 -05:00
adelikat
2f05c5d6af
Merge branch 'master' into release
2017-05-03 08:58:50 -05:00
Sappharad
f0f3a86543
Attempted to improve the perceived performance of the UI wrapper.
...
Ruled out display sync as a potential solution to keeping the two UI threads in sync, but this new number feels a little bit better and results in fewer dropped frames that BizHawk doesn’t actually know about. I’ll probably need to look for a different solution to completely eliminate the problem, but don’t have any new ideas at the moment.
2017-05-02 22:38:35 -05:00
J.D. Purcell
1946db8791
Whitespace, to reduce difference with master.
2017-05-02 23:12:37 -04:00
J.D. Purcell
8b2b12585a
Mostly whitespace cleanup to reduce difference with mono-portable branch.
2017-05-02 23:09:50 -04:00
Sappharad
7f5aa0ae77
Merge branch 'master' into mono-portable
...
Conflicts:
.gitignore
BizHawk.Client.Common/PathManager.cs
BizHawk.Client.Common/lua/LuaSandbox.cs
BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs
BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs
BizHawk.Client.EmuHawk/CustomControls/VirtualListView.cs
BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs
BizHawk.Client.EmuHawk/GLManager.cs
BizHawk.Client.EmuHawk/Program.cs
BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs
BizHawk.Client.EmuHawk/movie/PlayMovie.cs
BizHawk.Emulation.Common/Sound/Utilities/SpeexResampler.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_CMD.cs
BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs
BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.ITraceable.cs
BizHawk.Emulation.Cores/LibretroOld/LibRetro.cs
Version/VersionInfo.cs
libsnes/bsnes/target-libsnes/libsnes_pwrap.cpp
2017-05-02 20:38:56 -05:00
nattthebear
e3fab1a4d5
cleaner
2017-05-02 18:15:33 -04:00
nattthebear
a94be3c03c
these constants document the allowed range and the approximate expected results of the quality parameter to the resampler
2017-05-02 18:04:17 -04:00
adelikat
271137797a
A couple of documentation fixes
2017-05-02 08:52:42 -05:00
adelikat
8795b869d7
Englishing
2017-05-02 08:05:59 -05:00
adelikat
e5f82bf329
CoreComm - make vsync fields into properties
2017-05-02 07:56:34 -05:00
adelikat
08be637131
Remove some unused constants in SpeexResampler, and some meaningles whitespace cleanups
2017-05-02 07:44:23 -05:00
adelikat
1f014daaa0
Fix merge error
2017-05-02 07:26:48 -05:00
adelikat
69d056e990
TI83 core cleanups
2017-05-02 07:24:22 -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
b3ad3ce6ba
Move BizInvoke files from Emulation.Common to Common
2017-05-01 17:30:42 -05:00
adelikat
e1750bdce9
Move BinaryQuickSerializer from Emulation.Common to Common
2017-05-01 17:26:39 -05:00
adelikat
ffd743cac7
Remove Genesis.cs core
2017-05-01 16:27:40 -05:00
adelikat
621a533dde
remove unused BoardName property on LibretroCore.cs
2017-05-01 08:13:36 -05:00
zeromus
ac4f0e97d8
libretro: slam out the audio based on the old libretro interface. didnt think about it much.
2017-05-01 04:33:09 -05:00
zeromus
112e6ca1f2
libretro: fix some scrambled framebuffers
2017-05-01 04:16:31 -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
efb46d5fb2
Rewind initialization cleanup.
2017-04-30 20:38:10 -04:00
zeromus
10dc2abdef
psx: fix non-multitap input
2017-04-30 13:36:18 -05:00
adelikat
26d8166c0e
mnemonic for SNES multitap toggle button
2017-04-30 12:30:43 -05:00
adelikat
20d2a7d198
Lua - tastudio onquery callbacks - attempt to better clarify the expected lua function that is taken as a parameter
2017-04-30 12:05:27 -05:00
J.D. Purcell
303e8d41e9
Cleanup code to create GUI Renderer.
2017-04-29 17:49:34 -04:00
adelikat
436a853c96
Fix typo - Scema -> Schema
2017-04-29 15:41:27 -05:00
adelikat
19f45dcc85
VirtualPads - PSX Multitap support
2017-04-29 14:57:27 -05:00
adelikat
ba4af238b7
VirtualPads - PSX NeGcon support, also slider controls now support vertical orientation
2017-04-29 14:47:51 -05:00