Commit graph

1304 commits

Author SHA1 Message Date
Souryo
b916332264 Linux: Made open/save dialogs case insensitive 2016-12-12 23:25:20 -05:00
Souryo
d4ba601e0c DirectInput: Fixed bug with multiport adapters only detecting gamepads in 1 port 2016-12-12 20:42:10 -05:00
Souryo
4dceed0ff4 Windows: Fixed windows build (WinMesen->MesenCore) 2016-12-12 20:38:29 -05:00
Souryo
8c4d6dd55c VRC7 Audio: Fixed startup state (caused crashes) 2016-12-12 20:34:48 -05:00
Souryo
38aa18ab9f Linux: Fixed GCC errors/warnings 2016-12-12 20:33:48 -05:00
Souryo
8439290896 Utilities: Rewrote file/folder utility functions to use the new filesystem api (works in both VC & GCC) 2016-12-11 20:42:59 -05:00
Souryo
15f105962d Linux: Renamed WinMesen.dll to MesenCore.dll 2016-12-11 17:47:29 -05:00
Souryo
9ca1bf263c Linux: SDL video/audio + linux key manager 2016-12-11 16:39:11 -05:00
Souryo
efca5284b1 Mono/Linux: Fixed layout issues 2016-12-11 14:25:29 -05:00
Souryo
02da94cf6b Minor fixes for windows build 2016-12-11 11:18:37 -05:00
Souryo
cbc61a1bac Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
Souryo
c317179afc Debugger: Fixed emulator crash when entering some invalid watch/debug expressions 2016-12-10 15:18:50 -05:00
Souryo
c9c55b2c7e Version Update: 0.6.0 2016-12-10 14:01:20 -05:00
Souryo
5499f400a9 Audio: Panning tab localization 2016-12-09 21:33:25 -05:00
Souryo
e24514781f Audio: Added channel panning options 2016-12-09 21:23:20 -05:00
Souryo
ab56dd1ccb Debugger: Improved file search for dbg file import 2016-12-09 16:29:12 -05:00
Souryo
2fac266303 Audio: Added crossfeed option for stereo filters 2016-12-09 14:47:34 -05:00
Souryo
7fe6ae6a0d Debugger: Fixed profiler counting jsr/rts cycles in the wrong function 2016-12-09 13:45:50 -05:00
Souryo
2cbae24ded UI: Added "Load Random Game" option 2016-12-09 12:49:17 -05:00
Souryo
393126f798 Video: Restore scale properly when going out of fullscreen mode + fixed issues with scale not being applied properly after filter changes in fullscreen mode 2016-12-09 12:01:44 -05:00
Souryo
3f3b3ffb3c Audio: Improve sound latency - can be set 4-5x lower than before without crackling sounds 2016-12-09 10:30:09 -05:00
Souryo
cad8995696 Video: Aspect ratio now takes overscan settings into account to give an accurate pixel aspect ratio, no matter the overscan 2016-12-09 09:23:04 -05:00
Souryo
c023a87dd9 Debugger: Allow double-clicking in profiler to move to function in debugger + better sort default 2016-12-09 00:12:38 -05:00
Souryo
75076d5db5 Debugger: Refactoring/performance fixes for memory access counters 2016-12-09 00:02:56 -05:00
Souryo
7dd2123025 Debugger: Fixed potential issue with DBG file import 2016-12-08 19:38:06 -05:00
Souryo
189bede58d Debugger: Fixed break on reset menu state when opening debugger 2016-12-08 19:34:43 -05:00
Souryo
b181e5fb97 Debugger: Reordered some menu items 2016-12-08 19:32:39 -05:00
Souryo
8311a2d3c0 Debugger: Prevent caught exception when minimizing debugger 2016-12-08 19:31:04 -05:00
Souryo
8a2c4194a9 Debugger: Added profiler in memory tools (renamed from memory viewer) 2016-12-08 19:30:41 -05:00
Souryo
c7b8b56780 Debugger: Fixed LogStatic() calls not being inserted at the right position in the log file 2016-12-07 19:36:19 -05:00
Souryo
cca14842a7 Debugger: Fixed crash in trace logger 2016-12-07 19:33:05 -05:00
Souryo
e15c0e9851 Debugger: Fixed menu items default checked state when opening debugger 2016-12-06 23:22:33 -05:00
Souryo
f0f47d214a Debugger: Fixed crash when minimizing debugger 2016-12-06 23:18:59 -05:00
Souryo
de5df89654 Debugger: Added resizable and collapsable panels for bottom and right panels 2016-12-06 22:50:27 -05:00
Souryo
e8c86804ac Debugger: Replaced "Apply Changes" button with an "Undo" button instead - changes are automatically applied on the next instruction after changing them 2016-12-06 19:03:29 -05:00
Souryo
0ed5af5154 Replaced the "Stop" button with a "Power Cycle" option 2016-12-06 18:22:50 -05:00
Souryo
bb053a2c2b Debugger: Fixed disassembly of unverified code causing real code to not be shown properly + prevented out-of-bound memory accesses 2016-12-06 17:59:16 -05:00
Souryo
8c9f32419c Debugger: Options to disassemble unknown blocks and/or data 2016-12-05 23:35:07 -05:00
Souryo
048b10b8b5 Debugger: Fixed warning 2016-12-04 23:32:27 -05:00
Souryo
e562ab744b Audio: Added an option to reduce popping sounds on the DMC channel (via $4011 writes) 2016-12-04 23:31:52 -05:00
Souryo
a37992e299 Audio: Fixed bug with stereo delay filter when changing sample rate (right channel is muted) 2016-12-04 22:52:39 -05:00
Souryo
cfada27612 Debugger: Fixed tile preview in nametable viewer 2016-12-04 15:21:43 -05:00
Souryo
5994bd46ae Debugger: Changed function column header for call stack 2016-12-04 15:09:09 -05:00
Souryo
69ca41daae Debugger: Fixed performance for nametable viewer grids 2016-12-04 15:08:53 -05:00
Souryo
9b5917cd31 Debugger: Added goto dropdown button for click access to nmi/irq/reset subs. 2016-12-04 14:12:49 -05:00
Souryo
fa59bbb362 Debugger: Allow display of PRG addresses/byte code on the same line 2016-12-04 14:02:22 -05:00
Souryo
63d1cac802 Debugger: Added address range option for breakpoints 2016-12-04 12:21:20 -05:00
Souryo
dd2d0697a0 Debugger: Removed leftover debug code 2016-12-04 12:16:30 -05:00
Souryo
c9b0329fa6 Debugger: Added "Toggle breakpoint" option in right-click menu 2016-12-04 12:16:12 -05:00
Souryo
8261e95f93 Debugger: Prevent adding breakpoints with invalid conditions 2016-12-04 11:40:31 -05:00