Commit Graph

3433 Commits

Author SHA1 Message Date
adelikat 434527666c Fix Nes and GBA core picker menus 2017-06-26 19:19:06 -05:00
zeromus cad5f441dd fix build paths to output 2017-06-26 17:57:50 -05:00
zeromus 0085729392 delete x64 build configuration, use anycpu instead. take care to set Prefer32Bit false in exe csproj, since visualstudio's gui preference doesn't work. 2017-06-26 17:47:51 -05:00
zeromus 9ad4c32b73 fix global base path handling to make some sense to me 2017-06-25 23:12:31 -05:00
alyosha-tas a0a84173e5 Update MainForm.Designer.cs
Add warning for SMS BIOS setting
2017-06-22 16:37:35 -04:00
alyosha-tas 1b6011cefa Update ProfileConfig.cs
Make SMS UseBIOS true by default
2017-06-22 16:34:54 -04:00
zeromus 390e5b1a26 fix avi dumping on x64
problem was 4bytes only gap before lpParams.
did I break the struct for 32bit?
2017-06-20 23:27:44 -05:00
adelikat 46568bf1ec N64 - disable cxd64 lle RSP pluging since we don't have one that works for 64bit, and no one was probably using it anyway 2017-06-19 18:00:19 -05:00
adelikat 4982af7521 Merge branch 'master' into waterbox2
# Conflicts:
#	BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs
2017-06-19 10:04:46 -05:00
adelikat 162e851468 Saturn - virtualpad support for Mission and Dual Mission 2017-06-18 16:05:46 -05:00
adelikat 5c71fc2e34 Saturn - Wheel - virtual pad support 2017-06-18 15:03:51 -05:00
adelikat 7e98cd6ec9 Saturn - mouse - make button names consistent with other cores, virtual pad support 2017-06-18 15:03:50 -05:00
adelikat b22787fc44 Saturn - 3d pad - set mids for analog ranges, finish virtualpad support 2017-06-18 15:03:49 -05:00
adelikat d7423d45a0 File Extensions dialog - support .cue, also fix specific platform setting it looks like it never worked in the first place 2017-06-17 17:29:16 -05:00
nattthebear aac25082d0 Video dumping: Store the audiosync option in configuration, and default it to true. If the emulator's av output is perfect, the two will produce identical results. In every instance I'm aware of where the emulator's av output is not perfect, the audio sync mode will produce better results. 2017-06-16 14:11:43 -04:00
alyosha-tas 5a44c10a79 Update MainForm.cs 2017-06-16 10:34:35 -04:00
nattthebear 803190e6b4 protip: When refactoring, it's not OK to just make it not work. Fixes #873 2017-06-15 20:40:38 -04:00
zeromus 4e1decfa21 add LuaCanvas DrawArc missing from last luacanvas PR merge 2017-06-15 15:01:50 -05:00
Trivial-Man eff9308bbf Add drawing features
Brings canvas up to feature parity with LuaLibraryBase
2017-06-15 11:41:27 -06:00
adelikat 796f9ddaa7 snes9x - support snes obj toggle hotkeys 2017-06-14 17:28:02 -05:00
adelikat 6660223459 snes - support bg toggling hotkeys on snes9x. snes9x doesn't support individual obj setting so those hotkeys just do nothing for now.. That probably needs to be addressed better. 2017-06-13 20:56:47 -05:00
adelikat a4672027c9 bsnes - layer toggling move ui from menu items to checkboxes in the options dialog 2017-06-13 20:29:42 -05:00
adelikat 03ceeecddb snes options -> bsnes options 2017-06-13 19:06:53 -05:00
adelikat b1c5e35005 bsnes - dont' show profile name in the core name in the status bar 2017-06-13 19:01:32 -05:00
adelikat 58b424e53e Rewind config - minimum state buffer size of 50mb 2017-06-13 17:23:57 -05:00
nattthebear 1314912cf8 libsnes: Hack about a bit to make the graphics debugger function again. It probably crashes somewhere... 2017-06-13 17:55:07 -04:00
adelikat d91e3b9dcb Fix oopsies from merge, update SNESOptions ui to account for the Crop SGB option 2017-06-13 08:24:37 -05:00
adelikat 97d7dd7f42 merging master into waterbox2 this one was messy may be regressions 2017-06-13 08:16:25 -05:00
adelikat 8c40d2908c bnes - remove the force determinism setting (hack) since it is no longer relevant 2017-06-12 21:03:11 -05:00
adelikat 9eb2fcc34c bsnes - remove profile sync setting and related code 2017-06-12 20:56:34 -05:00
adelikat 971c6a9df6 bnses options - remove profile options 2017-06-12 20:56:33 -05:00
adelikat ac6b18c137 tastudio - change performance profile nag to a snes9x nag 2017-06-12 20:56:32 -05:00
adelikat a0f09b230f rip out bsnes performance profile movie recording warning but replace it with one for snes9x 2017-06-12 19:58:53 -05:00
adelikat e6d1850361 N64 - include a 64bit version of mupen64plus-rsp-cxd4.dll, rip out Rsp_Z64_hlevideo since it is giving us no value added, as it was intended to go with the z64 video plugin (that we don't support nor need to) 2017-06-12 19:37:45 -05:00
adelikat 87897b936a Remove NewN64PluginSettings dialog since it was never built or used, and there's better ways to do things now anyway 2017-06-12 13:52:31 -05:00
adelikat b1918759be N64 - Remove commented out jabo code 2017-06-12 13:07:06 -05:00
adelikat 0712833de1 N64 plugin config dialog - re-order plugin tabs, put GLideN64 first 2017-06-12 12:48:04 -05:00
zeromus 39433e509e change some output64 to output 2017-06-12 01:38:02 -05:00
zeromus 0942d4f498 remove x86 project configurations 2017-06-12 01:24:35 -05:00
zeromus 6db010e384 add 'crop SGB frame' option; fixes #871 2017-06-11 18:20:55 -05:00
alyosha-tas 5b3c742f0d Add files via upload 2017-06-11 18:31:25 -04:00
alyosha-tas ad1e222cbd Create MainForm.cs 2017-06-11 18:29:12 -04:00
alyosha-tas 05f1b21b61 Create MainForm.Events.cs 2017-06-11 18:25:50 -04:00
zeromus eec9c54236 comment out all dynarec related things 2017-06-11 17:24:32 -05:00
zeromus 503261af35 comment out all jabo related stuff 2017-06-11 17:24:32 -05:00
alyosha-tas 16163d959e Add files via upload 2017-06-11 18:17:34 -04:00
alyosha-tas 3c46604f28 Add files via upload 2017-06-11 18:15:11 -04:00
alyosha-tas a78f0b5fde Delete temp.txt 2017-06-11 18:12:54 -04:00
alyosha-tas dcc9857a1a Add files via upload 2017-06-11 18:12:32 -04:00
alyosha-tas 4f97dd224b Create temp.txt 2017-06-11 18:12:04 -04:00