Souryo
63d2c2f9d3
UI: Changed all icons (to public domain ones) + redrew Mesen icon in blue. Hid/disabled some UI elements for things that are not implemented yet.
2016-02-11 18:34:55 -05:00
Souryo
b4abaf36dc
NetPlay: Mesen no longer hangs for 10+ seconds when trying to connect to a ip/port that doesn't respond
2016-02-10 20:19:06 -05:00
Souryo
2e7191d9c0
Auto updates: Fixed issue with MesenUpdater being started twice + Added Sha1 hash check
2016-02-10 18:58:13 -05:00
Souryo
3bc956067d
Check for updates + Auto updater
2016-02-08 23:23:31 -05:00
Souryo
d82758e4d8
UI: Minor fixes
2016-02-07 16:27:17 -05:00
Souryo
a5320d416f
Config: Improved overscan config display
2016-02-07 16:14:13 -05:00
Souryo
9feaca7a09
Added about dialog
2016-02-07 16:13:48 -05:00
Souryo
4e9714ae51
UI: Fixed tab order (generic code) + Small fixes to some windows
2016-02-07 14:42:07 -05:00
Souryo
7505ff1237
Config: Fixed scale field in video config
2016-02-07 13:43:42 -05:00
Souryo
32b8206e74
Video: Fullscreen window mode + auto-adjust video to window
2016-02-07 13:05:32 -05:00
Souryo
00201ebf46
Config: Stop config windows from being resized/maximized
2016-02-06 21:12:08 -05:00
Souryo
8d57d13c64
UI: Added option to open the Mesen folder (preferences dialog)
2016-02-06 18:35:38 -05:00
Souryo
4277818b1b
UI: Changed way notifications are displayed (text only)
2016-02-06 18:33:24 -05:00
Souryo
3e798af865
NetPlay: Allow controller selection for host & clients + Spectator mode
2016-02-06 15:33:45 -05:00
Souryo
c26a45ab8f
Input: Reworked most of the input-related code. Zapper/Famicom support added. NetPlay and Movies now support any input type
2016-02-05 23:14:27 -05:00
Souryo
a65907c440
Options: Added option to automatically pause emulation when a movie finishes playing
2016-01-31 14:28:31 -05:00
Souryo
441d5e108d
File association: Fixed issue when opening a movie file while the emu is not running
2016-01-31 14:07:40 -05:00
Souryo
70e9e7650d
Added FDS/MMO file association support
2016-01-31 14:03:12 -05:00
Souryo
28a29b536f
Options: Added pause in background/allow background input options
2016-01-31 13:53:17 -05:00
Souryo
673ff6e4db
Audio: Added options to reduce/mute sound while in background (+ Set menu icons to config forms)
2016-01-31 11:58:41 -05:00
Souryo
3683d76088
VideoRenderer: Split from VideoDecoder. Handles drawing to the screen - even when no game is running.
2016-01-31 00:41:33 -05:00
Souryo
dc6b3bde0e
Added icons to GUI
2016-01-30 21:00:32 -05:00
Souryo
c3dabcd1d2
Basic Dendy (Russian NES clone) support + Fixed a lock-up condition when switching between regions
2016-01-30 19:33:32 -05:00
Souryo
ca543e9243
FDS: Fast-forward through bios when fast forward option is activated
2016-01-30 15:58:29 -05:00
Souryo
ea36115941
FDS: Sound support
2016-01-30 14:57:50 -05:00
Souryo
9bfa62129a
Added support for drag and dropping rom/ips files
2016-01-28 23:01:01 -05:00
Souryo
47ffc9c89d
NetPlay: Fixed crashes when connecting to a server that hasn't loaded a romyet. + Fixed lowercase title for clients after loading rom
2016-01-28 22:34:23 -05:00
Souryo
1c581a8a75
Display better error when a crash occurs
2016-01-28 21:40:30 -05:00
Souryo
df8e66a5e7
FDS support (missing sound emulation)
2016-01-28 20:47:16 -05:00
Souryo
a2c9122f74
NetPlay: Sync host cheat codes with clients
2016-01-21 20:30:00 -05:00
Souryo
e455dd3eb4
Audio: Ability to select ouput device (e.g speakers, headphones)
2016-01-17 22:16:20 -05:00
Souryo
117a4b073d
Video: Added customizable RGB palette
2016-01-17 14:21:31 -05:00
Souryo
df369722d1
Fixed TestHelper.exe launch code
2016-01-17 11:42:35 -05:00
Souryo
b142b9d314
Disable recent files menu when empty
2016-01-16 22:51:44 -05:00
Souryo
b47736fae1
Merged all components into a stand-alone exe
2016-01-16 22:40:41 -05:00
Souryo
a56aa15f28
Win 8.1/10 support: Fixed crashes, added automatic download feature for the MSVC runtime
2016-01-16 19:33:10 -05:00
Souryo
291931a1b0
HD Packs: Added option to enable/disable load of HD packs
2016-01-16 09:50:33 -05:00
Souryo
56d2580fbf
Misc: Added "Remove sprite limit" option
2016-01-14 22:20:50 -05:00
Souryo
3446c6e745
Misc: Added "Allow invalid input" option
2016-01-14 19:52:28 -05:00
Souryo
f8a0277c2e
Audio: Added option to select sample rate
2016-01-14 19:33:16 -05:00
Souryo
6c12c9257d
Adjusted master volume multiplier
2016-01-14 17:40:59 -05:00
Souryo
9905f2dfab
Changed default volume settings
2016-01-14 08:42:00 -05:00
Souryo
099a1b3b44
Audio: Several APU fixes
...
-Fixed DMC $4011 write behavior
-Fixed period for square channels
-Removed blip_buffer & blip_synth. Replaced with blip_buf and SoundMixer - now have non-linear sound mixing.
-Fixes all sound-related tests (apu_mixer (dmc, noise, square, triangle) and volume_tests
2016-01-14 01:21:09 -05:00
Souryo
a0d6e2d547
Debugger breakpoint improvements (Conditional breaks, vram breaks, absolute address breaks, etc.)
2016-01-09 13:15:43 -05:00
Souryo
056c71abd5
Audio config: Changing volume is applied instantly (no need to press OK)
2016-01-07 16:36:40 -05:00
Souryo
c001b453f7
Added option to select MMC3 IRQ behavior
2016-01-06 23:10:29 -05:00
Souryo
242749971e
Added generic binding features for config GUI
2016-01-06 20:35:24 -05:00
Souryo
d6bc37726c
Video options - Vertical sync, Aspect Ratio + GUI
2016-01-06 20:34:45 -05:00
Souryo
8d15b309c5
Ntsc emulation support + resolution scale options
2016-01-05 21:28:38 -05:00
Souryo
f4613a6ec9
Added option to start TestHelper from GUI
2016-01-01 10:21:41 -05:00