YoshiRulz
dd4f9aaf64
Use ranges
2020-01-13 06:59:40 +10:00
YoshiRulz
0f1fa1531f
Use ranges in ApiHawk and Lua
2020-01-13 06:57:24 +10:00
adelikat
9a88a94ddc
remove old joke about box, you will be missed.
2020-01-12 14:55:59 -06:00
YoshiRulz
5c472bcf77
Default to D3D and DirectSound if they're present
2020-01-13 06:34:57 +10:00
zeromus
8c50945ecb
remove windows 7 nag. kept messages because it had some useful work in identifying various windows versions in case it's needed later
2020-01-12 15:23:00 -05:00
YoshiRulz
60b7858fbe
Simplify Windows prereqs (see desc.)
...
* Changed default sound/display methods to OpenAL/OpenGL on Windows to match
non-Windows, and replaced DirectInput with OpenTK input (needs regression
testing on Windows).
* (meta) As a result of the above, DirectX is no longer a prerequisite, leaving
only: .NET Framework 4.6.1 (comes with Win10, as does 4.8), MSVC 14 (also comes
with Win10), MSVC 12 for Mupen, and MSVC 10 for BSNES/Mupen.
* Refactored static Program ctor, using ExceptionBox for missing prereqs, and
removed PrereqsAlert.
* Added OS version check for Windows, with a flag in the config to skip it.
* Updated readme for Win7 EOL (and generally cleanup Windows sections).
2020-01-12 20:00:34 +00:00
feos
c330541c35
Revert "cleanup ArgParser"
...
This reverts commit 84593b2d48
.
magical fix to magically broken avi dumping
2020-01-12 21:33:41 +03:00
adelikat
a03ed17c8a
path config - lock down some unreleased cores in release builds
2020-01-12 11:08:46 -06:00
adelikat
8ccbe94a38
don't enable VirtualPad uless controller definition has any button, don't enable Macro Input tool if no movie is active
2020-01-12 11:00:11 -06:00
adelikat
eaca35d3d0
properly use TasMovie.Session - fixes #1771
2020-01-12 10:55:15 -06:00
YoshiRulz
7062ba5b6a
Clarify "Autoload" text (from #971 )
2020-01-13 01:54:15 +10:00
YoshiRulz
c3a359a58c
Rename PSX front panel name in def (from #971 )
2020-01-13 00:22:11 +10:00
YoshiRulz
c38fb09d3c
Fix typos in strings and comments (from #971 )
2020-01-13 00:22:01 +10:00
feos
2f64427199
the logic to automatically pick SaveAs if it's a new project is already there, so it's safe to enable the Save menu item
...
fix #1788
2020-01-12 13:48:42 +03:00
feos
ca3d784f9c
update mGBA to upstream master
2020-01-12 11:27:38 +03:00
adelikat
a1e7035b70
Merge pull request #1762 from MrCheeze/ackbar
...
Implemented the remaining N64 R4300 trap instructions besides TEQ
2020-01-11 15:32:54 -06:00
adelikat
6cb2ac635d
GGHawkLink - fix bug in Saveram creation
2020-01-11 13:19:51 -06:00
adelikat
f83261c116
misc cleanups in emulator core service logic
2020-01-11 13:19:51 -06:00
alyosha-tas
46d0818f09
MSXHawk: Core interface stuff
2020-01-10 15:51:56 -05:00
alyosha-tas
2fa22c2505
MSXHawk: Give DLL a C interface, start making core constructor
2020-01-09 19:37:59 -05:00
alyosha-tas
3e0fd4a2d9
MSXHawk: Blank core
2020-01-09 17:21:58 -05:00
alyosha-tas
ed654f83e1
MSXHawk: C++'ify other components
2020-01-07 20:03:13 -05:00
alyosha-tas
6bd0fbccef
NESHawk: scanline timing and audio fix
2020-01-07 18:28:12 -05:00
alyosha-tas
69d8a473a1
MSX hawk: Initial commit of Z80A port
2020-01-06 19:53:57 -05:00
adelikat
8885b38281
quantizer code - space to tabs, other cleanups
2020-01-03 18:35:13 -06:00
adelikat
101a403420
cleanups in AV code
2020-01-03 18:25:46 -06:00
adelikat
b875f46a95
some ApiHawk cleanups
2020-01-03 16:37:33 -06:00
adelikat
733bdd09b3
cleanups
2020-01-03 15:55:29 -06:00
adelikat
9ab62d8cd3
some cleanup
2020-01-03 14:36:13 -06:00
adelikat
ee84c92ada
pass in dependencies to OpenAdvancedChooser
2020-01-03 14:19:42 -06:00
adelikat
6183d6e3a6
Don't use Global.Emulator in MacroInput.ButtonSelect
2020-01-03 14:12:13 -06:00
adelikat
ba68a307df
pass dependency into PsxHashDiscs
2020-01-03 14:09:00 -06:00
adelikat
48a16806cf
cleanups in InputManager
2020-01-03 14:05:59 -06:00
adelikat
57610488fe
use globals a bit less
2020-01-03 13:59:39 -06:00
adelikat
bea2012e0a
BookmarksBranchesBox - don't use GlobalWin.OSD
2020-01-03 13:55:23 -06:00
adelikat
84593b2d48
cleanup ArgParser
2020-01-03 13:09:27 -06:00
YoshiRulz
dabbaae075
Cleanup TasStateManager.Invalidate
...
had this written down for after #1591 merge
2020-01-04 04:54:26 +10:00
adelikat
023da20cb9
Cleanup GamePad code, pass in mainform dependency
2020-01-03 10:38:04 -06:00
adelikat
038f35f45e
lua - implement controller number parameter to joypad.getimmediate and movie.getinput, consolidate input getting lua code
2020-01-03 09:51:48 -06:00
YoshiRulz
4a5ece2076
Use ranges in MemoryBlock*
2020-01-03 23:35:07 +10:00
YoshiRulz
d71b7af31c
Change exceptions in ranges
2020-01-03 21:52:59 +10:00
alyosha-tas
f76db6202a
O2Hawk: a few more bug fixes
2020-01-02 20:13:11 -05:00
alyosha-tas
f6695ad87c
Atari 2600: fix audio in commando raid
2020-01-02 19:28:28 -05:00
alyosha-tas
dd419e6768
Atari 2600: fix haunted house, read from invalid TIA address and expected open bus
2020-01-02 17:59:24 -05:00
alyosha-tas
8b29df987c
GG: Fix Pro yakyuu, needed EEPROM
2020-01-02 17:13:54 -05:00
YoshiRulz
8540773435
Fix typo
2020-01-03 06:04:01 +10:00
YoshiRulz
dbe82f6d86
Implement "fancy math", scrap RangeImpl, fix typos, and cleanup
2020-01-03 06:03:49 +10:00
YoshiRulz
e7d0fb8299
Refactor/genericise MutableIntRange, add immmutables, add more methods
...
call now and I'll throw in not one but two float equality extensions for free
2020-01-03 03:32:51 +10:00
YoshiRulz
9ef32cf8f5
Merge ctors using default params, resolves a TODO
2020-01-02 22:10:42 +10:00
YoshiRulz
060255471b
Improve exception docs in BizHawk.Client.EmuHawk
2020-01-02 21:51:37 +10:00