YoshiRulz
|
d04724b0d2
|
Allow non-string resources again
|
2021-07-01 11:04:32 +10:00 |
alyosha-tas
|
e0498c06ad
|
NESHawk: Improve DMC emulation
|
2021-06-30 16:53:15 -04:00 |
zeromus
|
858faaeb56
|
fix terrible looking checkbox that was added to firmwaresconfig toolbar by hand instead of the IDE. actually it's kind of cool that you can jam any kind of controls in there, it gives me hope that you could make better looking toolbars by virtue of their not being styled like the ugly toolbars. but it really needs to be all-or-nothing.
|
2021-06-30 04:44:09 -04:00 |
zeromus
|
0ae2dc774c
|
remove FirmwaresConfig dialog asserts added by d0a6817c1a which don't work
|
2021-06-30 04:38:01 -04:00 |
alyosha-tas
|
1aadfd1edf
|
NESHawk: DMC timing on multiple write ocodes
|
2021-06-28 14:17:41 -04:00 |
Asnivor
|
37a6446996
|
New ZXS game added to gamedb
|
2021-06-25 12:06:09 +01:00 |
alyosha-tas
|
76c76a8775
|
NESHawk: Update start up state again, fixes Paperboy
|
2021-06-24 23:04:26 -04:00 |
zeromus
|
0a290fa756
|
someone added a "Can't find the file specified: cue filename" for when ANY error happened (including when bin files couldn't be found), before the error message which would have said "Can't find the bin file specified by the cue file". probably while doing null-related refactor bullshit because they had to throw some exception instead of adopting a null value. fix that by undoing the null-related refactor bullshit and adopting the value which is known not to be null (to us, if not the nagging linter) after checking for the intended error conditions and throwing if they're set. fixes #2819 (probably)
|
2021-06-24 19:23:46 -04:00 |
alyosha-tas
|
28ff96deb5
|
NESHawk: update startup state
|
2021-06-22 12:23:15 -04:00 |
YoshiRulz
|
1f0e058ef5
|
Blindly update <PackageReference/>s
|
2021-06-21 12:13:42 +10:00 |
YoshiRulz
|
27547178a3
|
Allow MotW remover to fail silently
|
2021-06-21 11:08:56 +10:00 |
YoshiRulz
|
9143f8abcd
|
Fix broken symlinks in DATParser ext. tool
|
2021-06-21 11:07:24 +10:00 |
alyosha-tas
|
cb0c8c0859
|
NESHawk: add offset to state, change input poll timing to match actual polling
|
2021-06-19 10:24:17 -04:00 |
nattthebear
|
90a12a8e73
|
Update virtual boy core with a mednafen 1.27.1 fix.
|
2021-06-19 08:32:50 -04:00 |
alyosha-tas
|
02cd2f47f3
|
NESHawk: update lag definition and add sprite address glitch
|
2021-06-18 23:08:04 -04:00 |
alyosha-tas
|
427d0351af
|
MOS6502: white space cleanup
|
2021-06-18 23:07:01 -04:00 |
CasualPokePlayer
|
8ab4dd245b
|
[Gambatte] Account for lastCartBusUpdate_ during resetCounters (#2800)
* [Gambatte] Account for lastCartBusUpdate_ during resetCounters
* need DLL too
|
2021-06-18 10:07:49 -04:00 |
YoshiRulz
|
40c53e0c1f
|
Inline DisplayManager._glManager
|
2021-06-15 13:52:09 +10:00 |
alyosha-tas
|
f251492a21
|
GBHawk: revert innacurate changes to window state, window timing needs to be fixed instead
|
2021-06-14 22:12:41 -04:00 |
YoshiRulz
|
0173e8d514
|
Fix assembly load exception on startup
lambda, crash, static local method, no crash... got it
|
2021-06-15 11:35:19 +10:00 |
YoshiRulz
|
22144401e2
|
Move IGL_GdiPlus to BizwareGL
|
2021-06-15 10:07:22 +10:00 |
YoshiRulz
|
5bdeea6c20
|
Decouple IGL_GdiPlus from GLControlWrapper_GdiPlus
|
2021-06-15 10:07:22 +10:00 |
YoshiRulz
|
673982003a
|
Move RenderTargetWrapper to BizwareGL
|
2021-06-15 10:07:22 +10:00 |
YoshiRulz
|
bf4bac93b9
|
Decouple RenderTargetWrapper from GDI+ implementations
|
2021-06-15 10:07:22 +10:00 |
YoshiRulz
|
984982cd9b
|
Move IGL_GdiPlus.RenderTargetWrapper to own file
|
2021-06-15 10:07:21 +10:00 |
YoshiRulz
|
826f9469dc
|
Fix code style issues in ZXHawk
|
2021-06-15 08:58:52 +10:00 |
YoshiRulz
|
8470fcfc72
|
Disable warnings in copypasta'd code
fixes 160217ef7
|
2021-06-15 08:58:52 +10:00 |
CasualPokePlayer
|
ea369408fb
|
[Gambatte] Open Bus Emulation (#2798)
* [Gambatte] Open Bus Emulation
* Fix regressions
* a
|
2021-06-14 18:50:43 -04:00 |
YoshiRulz
|
b8f5050d6c
|
Replace specialised DisplayManager interfaces with DisplayManagerBase
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
798aa9d039
|
Move DisplayManagerBase to Client.Common
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
f59836442d
|
Extract subclass DisplayManager from DisplayManagerBase
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
20f405fe35
|
Rename DisplayManager to DisplayManagerBase
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
af45671eb7
|
Extract helper method RunFilterChainSteps from UpdateSourceDrawingWork
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
9f7057f09d
|
Misc. cleanup in DisplayManager
added a Deconstruct extension for Size
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
101c04de1b
|
Remove explicit WinForms dep from DisplayManager (Padding struct)
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
6fa34a6257
|
Move font resources to Client.Common
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
332542c38b
|
Move DisplaySurface to Client.Common
|
2021-06-15 08:01:47 +10:00 |
YoshiRulz
|
90c665f07c
|
Fix (ehh) release artifact filenames
version (Git tag) needs to be added manually because it doesn't exist when the
Job runs
|
2021-06-13 00:33:40 +10:00 |
Matt Burgess
|
d8ccd4017a
|
ZXHawk: Remove left over debug stuff
|
2021-06-12 10:22:59 +01:00 |
Matt Burgess
|
51a67a947a
|
ZXHawk: Overhaul datacorder and cassette loading code. This should now be more accurate and fixes a number of loading isues with particular games and loading schemes. There be desync dragons here!! Fixes #1446
|
2021-06-11 23:41:14 +01:00 |
zeromus
|
160217ef74
|
Add the first working IsAbsolutePath I could find, copied from .net core. It works for `\\192.168.0.x\public\SMB1.rom` ¯\_(ツ)_/¯
fixes #2787
|
2021-06-10 12:38:53 -04:00 |
YoshiRulz
|
93ca66a243
|
Fail properly when ext. tools dir is missing (fixes #2787 for real)
|
2021-06-11 02:09:16 +10:00 |
YoshiRulz
|
07fd664485
|
Set FormBase.Text in its ctor (fixes #2759)
|
2021-06-11 01:39:33 +10:00 |
Alan Unger
|
206314445b
|
Skip DirectInput initialization for device names containing "Xbox One" or "XINPUT"
|
2021-06-09 06:02:52 +10:00 |
Alan Unger
|
2549c3fa04
|
Fix crash from disconnecting controllers with XInput (squashed PR #2783)
|
2021-06-09 02:35:35 +10:00 |
YoshiRulz
|
eaff9274cb
|
Remove now-unused backing field
fixes e5e187982
|
2021-06-09 02:01:51 +10:00 |
YoshiRulz
|
77bbd6b24e
|
Clean up ext. tools dir monitoring (resolves #2787)
|
2021-06-09 01:58:26 +10:00 |
nattthebear
|
14fef0f2b5
|
Revert "GPGX: apply settings each frame, fixes layer viewer not updating properly"
This reverts commit b3fdbe7463 .
|
2021-06-07 17:18:50 -04:00 |
YoshiRulz
|
b26d215edb
|
Bump version
|
2021-06-07 22:17:59 +10:00 |
Asnivor
|
c3c41f42b5
|
Merge branch 'master' of https://github.com/TASVideos/BizHawk
|
2021-06-07 12:28:13 +01:00 |