YoshiRulz
3ae58fd9d6
Use SolutionDir to make relative paths absolute
...
No need for warning of relative paths in filename anymore
2020-01-24 04:59:27 +10:00
YoshiRulz
3537c516fb
Configure StyleCop (not running) and revert using-inside-namespace
2020-01-24 04:40:46 +10:00
alyosha-tas
7da04e2bf2
MSXHawk: allocate memory because pointers may be bad due to garbage collection somehow
2020-01-23 09:01:44 -05:00
YoshiRulz
751ef54f4f
Fix typo in ToFloatBuffer
2020-01-23 15:54:26 +10:00
YoshiRulz
abba7fbb78
Cleanup Ranges and SimpleTime
2020-01-23 15:53:19 +10:00
YoshiRulz
ff2efca658
Cleanup Util
2020-01-23 14:54:34 +10:00
YoshiRulz
8de0355228
Prepare for nullability annotation in BizHawk.Common
...
attributes: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-attributes
2020-01-23 14:54:29 +10:00
YoshiRulz
97cb9b47f1
Retarget BizHawk.Common to .NET Standard 2.0
2020-01-23 14:54:26 +10:00
YoshiRulz
c7801b8ce2
Move BizHawk.Common.BizInvoke namespace to separate project
2020-01-23 14:54:23 +10:00
YoshiRulz
5a3f4ab1b3
Use File.Copy in InstanceDll instead of manipulating streams
2020-01-23 14:54:13 +10:00
zeromus
e7a1638e00
SNES CDL - set DMAData flag for dma reading rather than leaving nonsense flags ( fixes #1409 )
2020-01-22 22:01:04 -05:00
alyosha-tas
c171505d64
MSXHawk: start converting to actual msx machine
2020-01-22 19:26:08 -05:00
adelikat
d70afbb643
DbMan begone!
2020-01-21 15:35:41 -06:00
YoshiRulz
165c2a0e2e
Merge BizwareGL.SlimDX into BizwareGL
2020-01-22 07:21:22 +10:00
YoshiRulz
87833d76d7
Merge GdiPlus and OpenTK into BizwareGL
2020-01-22 07:05:50 +10:00
YoshiRulz
8cf2f5d915
Hide unused class and interface
2020-01-22 06:48:14 +10:00
YoshiRulz
5a48612346
Concat event arg and delegate types into one file
2020-01-22 06:16:11 +10:00
YoshiRulz
df5a382b76
Move disc hashing to PSX class, remove unused project dependency
2020-01-22 05:56:59 +10:00
YoshiRulz
7e727fc77c
Move CRC32, remove unused project dependencies
2020-01-22 05:49:18 +10:00
adelikat
84f91bfcf7
nitpicky cleanups in RewindConfig
2020-01-21 13:42:17 -06:00
adelikat
23a5780d0d
DefaultControls - make properties instead of fields
2020-01-21 13:42:17 -06:00
adelikat
e30eb0cde6
break off settings methods from config to extension methods
2020-01-21 13:42:17 -06:00
adelikat
86078addd4
move DefaultControls class to its own file
2020-01-21 13:42:17 -06:00
YoshiRulz
e4827929b8
Parse float with invariant formatting ( resolves #1806 )
2020-01-22 04:40:16 +10:00
YoshiRulz
69d58d00e1
Fix typo
2020-01-22 03:01:03 +10:00
adelikat
04a5db6214
break AnalogBind out of Config.cs into its own file
2020-01-21 09:21:12 -06:00
adelikat
2182b6b35d
move CDL config variables out of Config.cs and use ConfigPersist
2020-01-21 09:02:42 -06:00
adelikat
3d833af617
break out enums from Config.cs
2020-01-21 09:02:42 -06:00
alyosha-tas
679efd91c4
MSXHawk: minor cleanup
2020-01-20 19:50:32 -05:00
alyosha-tas
3efa95df51
MSXHawk: some cleanup
2020-01-20 17:52:35 -05:00
zeromus
1c2453088f
remove msvcr 2012 bootup check
2020-01-20 17:29:10 -05:00
zeromus
7a903f15df
update mupen dlls to remove msvcr 2013 dep.
...
note, I did a sloppy job here.
1. The mupen projects werent upgraded
2. I didn't commit the libs from the upstream mupen deps repo
3. I renamed some of the dlls from the upstream mupen deps repo to match what we expected on account of using the old libs
4. zlib is here twice because the new libpng16.dll depends on zlib.dll and our mupen parts depend on zlib1.dll/freetype26.dll
but this will do the job until the great mupen update probably
2020-01-20 17:26:30 -05:00
adelikat
9f06e442ab
move hex editor colors from Config to the tool itself using ConfigPersist
2020-01-20 15:58:32 -06:00
YoshiRulz
b1ef7bcbbb
Retarget .NET Framework from 4.6.1 to 4.8
2020-01-21 04:42:09 +10:00
alyosha-tas
6b99a792b9
MSXHawk: Z80 with prebuilt instruction tables
2020-01-19 22:41:41 -05:00
YoshiRulz
ebfccf51de
Add DependentUpon and SubType modifiers to globbed files
2020-01-20 10:29:27 +10:00
zeromus
03b6f6cb21
new bsnes wbx.gz
2020-01-19 18:43:54 -05:00
zeromus
c2c526e84b
CDL: fix bsnes SGB cdl totally not working ( fixes #1344 )
2020-01-19 18:43:54 -05:00
zeromus
6377d78098
firmwares open folder:
...
don't know what was going on here, but we can't browse to a folder without it existing.
I think the best thing to do in this case is to prompt the user if it doesnt exist and offer to create it
But we don't really do this in very many places so it isnt worth the trouble to make a nice solution for it.
Anyway this commit will make it stop CRASHING on new bizhawk installs, generally, which is an improvement
2020-01-19 18:43:54 -05:00
zeromus
fd960e03fe
CDL: add CARTROM logging for many more cases, including superfx (should fix #1597 )
2020-01-19 18:43:54 -05:00
zeromus
c7dbed306a
add build.sh
2020-01-19 18:43:54 -05:00
zeromus
a5e8ae88ed
add cpu X and M flags to CDL for ExecFirst ( fixes #1410 , I hope)
2020-01-19 18:43:54 -05:00
alyosha-tas
7d34bdbeb0
MSXHawk: cpu work
2020-01-19 18:39:56 -05:00
adelikat
c9c2210e91
config cleanup - ToomFactors -> ZoomFactors, break class into separate file, use dictionary intializer
2020-01-19 17:37:46 -06:00
YoshiRulz
4af0d0eed3
Update default kotkey binds (controller binds updated in fe0ff1d98
)
2020-01-20 07:09:16 +10:00
YoshiRulz
24f69abb1b
Return to manually listing <Compile/> in Version
...
Fixes bug from 5b4b85d2b
2020-01-20 07:08:47 +10:00
adelikat
b1d5a4d644
Convert TI83 keypad to use IToolFormAutoConfig and ConfigPersist
2020-01-19 13:48:26 -06:00
adelikat
6e5a3910de
ControllerDefinition - auto-initialize properties
2020-01-19 13:32:43 -06:00
alyosha-tas
0dbd6e7481
MSHawk: inputs
2020-01-19 09:08:20 -05:00
alyosha-tas
59a22415d2
MSXHawk: working savestates
2020-01-19 08:39:21 -05:00