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
|
3f2d769d57
|
UI: Changed display style for messages (uses brackets instead of colon)
|
2016-02-07 17:26:45 -05:00 |
|
Souryo
|
32b8206e74
|
Video: Fullscreen window mode + auto-adjust video to window
|
2016-02-07 13:05:32 -05:00 |
|
Souryo
|
4277818b1b
|
UI: Changed way notifications are displayed (text only)
|
2016-02-06 18:33:24 -05:00 |
|
Souryo
|
3845c859a3
|
XInput: Allow several XInput devices to be used (not just the first one) + Added left/right trigger & right stick support
|
2016-02-05 23:49:03 -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
|
28a29b536f
|
Options: Added pause in background/allow background input options
|
2016-01-31 13:53:17 -05:00 |
|
Souryo
|
5edf814b7d
|
Audio: Slow down sound when playing emu at less than 100%
|
2016-01-31 12:43:16 -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
|
ac20a3cee4
|
Project changes to simplify PGO builds
|
2016-01-19 16:19:23 -05:00 |
|
Souryo
|
288d827cf0
|
Audio: Prevent sound cutting temporarely when changing volume
|
2016-01-18 18:43:30 -05:00 |
|
Souryo
|
e455dd3eb4
|
Audio: Ability to select ouput device (e.g speakers, headphones)
|
2016-01-17 22:16:20 -05:00 |
|
Souryo
|
8f3cd51743
|
Updated to Visual Studio 2015 (only required minor changes)
Updated DirectX TK version
|
2016-01-17 19:10:01 -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
|
e4fa287e66
|
Vista: Fixed a couple of issues that came up while testing on windows vista
|
2016-01-16 12:29:17 -05:00 |
|
Souryo
|
ce34b517b1
|
Fixed crash from previous audio commit
|
2016-01-14 19:52:50 -05:00 |
|
Souryo
|
f8a0277c2e
|
Audio: Added option to select sample rate
|
2016-01-14 19:33:16 -05:00 |
|
Souryo
|
fbecf90a54
|
Rendering: Fixed dropped frames in VideoDecoder (makes NTSC picture and full_palette tests a lot more stable).
+Fixed vertical sync causing high cpu usage.
+Reduced memory usage by removing useless buffers (Renderer)
|
2016-01-12 19:42:28 -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
|
da0ef0e902
|
Prevent FPS counters from outputting ridiculously high numbers
|
2015-12-27 22:06:21 -05:00 |
|
Souryo
|
d648f18b8a
|
Added automatic tests
|
2015-12-26 17:11:00 -05:00 |
|
Souryo
|
37c3201057
|
Frame decoding/Rendering is now handled by separate threads (i.e there are now 3 threads in the emu + UI thread)
Improved performance (less memory copying, less spin waiting, etc.) - uses less CPU at normal speed, and faster when no FPS limit
|
2015-08-30 21:04:21 -04:00 |
|
Souryo
|
f3b3a8eed5
|
Replaced FPS limit by "Emulation speed" option
|
2015-08-24 20:27:07 -04:00 |
|
Souryo
|
f2ee0f916e
|
"HDNes" HD pack support (still some bugs left)
|
2015-08-14 21:50:14 -04:00 |
|
Souryo
|
068fa72e87
|
Added overscan config
|
2015-07-23 23:16:31 -04:00 |
|
Souryo
|
fb17e7b154
|
PPU - Grayscale/Emphasis bit support & fixed behavior when rendering disabled and vram addr in palette range
|
2015-07-22 22:08:28 -04:00 |
|
Souryo
|
62d87d6bab
|
Optimizations/cleanup in PPU
|
2015-07-21 18:18:20 -04:00 |
|
Souryo
|
42d5e43343
|
Show FPS & Limit FPS options are now saved to settings file
|
2015-07-17 21:18:57 -04:00 |
|
Souryo
|
266ca82a06
|
Added basic audio settings
|
2015-07-17 20:58:57 -04:00 |
|
Souryo
|
ebf35e52ed
|
Input config - Fixed crash when trying to set a new key
|
2015-07-14 21:52:30 -04:00 |
|
Souryo
|
c810b4802a
|
Moved FPS counter to renderer, instead of emulation core (gained ~20 fps)
|
2015-07-14 21:51:39 -04:00 |
|
Souryo
|
e7e77ccfa7
|
Converted all wide strings to utf8 strings
Fixed exception throwing to be standard
|
2015-07-11 08:27:22 -04:00 |
|
Souryo
|
e70448820c
|
Input mapping support + Fourscore support + Turbo buttons
|
2015-07-10 21:07:24 -04:00 |
|
Souryo
|
0c91a15fa0
|
-Added x64 build
-Rearranged build folders to be cleaner
-Required resource files are automatically copied to the output folder
|
2015-07-06 21:31:32 -04:00 |
|
Souryo
|
3858397d6e
|
Allow messages containing new lines to wrap properly
|
2015-07-05 19:06:43 -04:00 |
|
Souryo
|
b01e94d64d
|
Made FPS counter look a bit cleaner
|
2015-07-03 00:18:43 -04:00 |
|
Souryo
|
48409ae82b
|
-Rewrote entire GUI in .NET
-Several other fixes (bugfixes, refactoring, etc.)
-Added a few more features to debugger
|
2015-07-01 23:17:14 -04:00 |
|