Commit graph

2061 commits

Author SHA1 Message Date
Sour
ebd6ff72ba Linux: Fixed warnings with newer version of clang 2018-06-11 19:07:05 -04:00
altiereslima
37b7b2c292 UI: Update portuguese brazilian translation (#399) 2018-06-10 20:07:47 -04:00
Sour
8bfcdf2999 VS: Don't build libretro project when building only standalone UI 2018-06-10 15:13:47 -04:00
Sour
4e2f9b403b Libretro: Use retro_audio_sample_batch_t instead of retro_audio_sample_t 2018-06-10 15:11:24 -04:00
Sour
7224169d5f Libretro: Fixed build error 2018-06-10 14:51:00 -04:00
Sour
1cd403d8d4 Linux: Debugger - Fixed op code tooltip layout issue 2018-06-10 14:45:55 -04:00
Sour
a39ea39563 Debugger: Fixed missing information in op code tooltips 2018-06-10 14:45:41 -04:00
Sour
5fbc765080 Linux: Fixed multiple issues with popup tooltips in debugger (prevent scrolling, doesn't appear properly, etc.) 2018-06-10 14:35:41 -04:00
Sour
82386e974f Linux: Fixed UI crash in memory tools (GetDataObject returns null) 2018-06-10 14:13:35 -04:00
Sour
a17eb67cad UI: Replaced numeric up/down controls with custom control (to fix numerous usability issues on both Windows & Linux) 2018-06-10 12:58:52 -04:00
Sour
48ae000ec9 Linux: Fixed crash with debugger code tooltips when the window is manually closed by the user (e.g alt-f4) 2018-06-09 22:28:26 -04:00
Sour
7f95659d7d Linux: Workaround Mono crash related to GDI+ usage by opening up the debugger without split view on (and turning it on after 0.5 secs) 2018-06-09 22:27:37 -04:00
Sour
17a02fb5c8 Debugger: Improved performance when a lot of labels are defined (e.g 1000+) 2018-06-09 21:25:49 -04:00
Sour
36617a6055 Linux: Prevent infrequent freeze/crash when closing 2018-06-09 18:47:11 -04:00
Sour
7f7d7ab1b3 Linux: Fixed rare crashes when opening debugger (when loading a DBG file) 2018-06-09 18:02:49 -04:00
Sour
39f2a1e2ff Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
Sour
5b703b8ef5 Debugger: Fixed right-click issues with breakpoint context menu 2018-06-09 16:08:29 -04:00
Sour
912931bd81 Debugger: Fixed hex address parsing logic for array display syntax 2018-06-09 15:43:14 -04:00
Sour
7e7bbf54c3 Linux: Fixed usability problems with watch & breakpoint list 2018-06-09 15:42:43 -04:00
Sour
b6767f355d Improved cleanup code on shutdown 2018-06-09 15:42:27 -04:00
Sour
c22c5b2134 UI: Fixed some rare crashes when shutting down 2018-06-09 15:12:34 -04:00
Sour
683ed7e42b Linux: Vertical sync option now works properly 2018-06-09 14:34:06 -04:00
Sour
dc03c2eb63 Filesystem: Use filesystem functions that don't throw exceptions when an error occurs (fixes crash on Ubuntu in "Try Ubuntu" mode) 2018-06-09 14:10:21 -04:00
Sour
335a133e0a Audio: Improved audio/video sync and reduced static/glitches in output (on both Windows & Linux) 2018-06-09 14:03:53 -04:00
Sour
e2ef33d8e7 Debugger: Added special syntax to display arrays in watch window 2018-06-07 22:38:45 -04:00
Sour
88d84f7c0b Fixed compiler warnings 2018-06-07 21:58:22 -04:00
Sour
7fb369bfc9 Set Windows timer interval to 1ms when emulation is running (+ added option to disable this behavior) 2018-06-07 21:48:21 -04:00
Sour
8f6daaf9a9 Debugger: Added "Break on uninitialized memory read" option 2018-06-07 19:32:34 -04:00
Sour
b20a085734 Debugger: Lua - Added simple script to display NTSC safe areas as an overlay 2018-06-06 20:16:21 -04:00
Sour
03c8d546bd Debugger: Lua - Make end address optional in addMemoryCallback/removeMemoryCallback (for 1 byte ranges) 2018-06-06 19:31:01 -04:00
Sour
7e08d32d45 Debugger: Fixed "Run One Frame" option in PAL mode (or when overclocking with additional scanlines) 2018-06-06 19:24:33 -04:00
Sour
9deb908faf Debugger: Fixed code preview in tooltips 2018-06-06 19:03:04 -04:00
Sour
be8cc9110d Debugger: Added vertical layout option 2018-06-05 20:11:56 -04:00
Sour
47265b757a Debugger: Reduced minimum size for main debugger window 2018-06-05 19:22:55 -04:00
Sour
23f96df5b7 Debugger: Warn the user when a non-monospace font is selected 2018-06-05 18:52:28 -04:00
Sour
9fb9ff4ef9 Debugger: Lua - Fixed end address parameter in addMemoryCallback being off by 1 (breaking change for scripts) 2018-06-05 18:52:12 -04:00
Sour
10c69ad1d0 Debugger: Remember window position for all debug tools 2018-06-05 18:35:47 -04:00
Sour
e68892f62f FDS: Fixed crash when using "Switch Disk Side" when game has 1 side (~64kb) 2018-06-03 18:20:40 -04:00
Sour
bb18cf9a3f Config: Reduced settings.xml size 2018-06-03 18:05:17 -04:00
Sour
0f5d65da7e Video: Added way to define game-specific values for overscan 2018-06-03 16:37:36 -04:00
Sour
a5756aabbe UI: Added message on pause screen in fullscreen mode (instructions to revert to window mode) 2018-06-03 14:35:54 -04:00
Sour
24f40ecb5f Video: Fixed cutoff display issue at resolutions above 2560x1440 2018-06-03 13:10:02 -04:00
Sour
3725f442b9 Movies: Disable rewind while recording (since it currently breaks the recording, until proper re-recording features are implemented) 2018-06-03 11:58:11 -04:00
Sour
45f80b6e43 UI: Put English resources into a resource file (like all other languages) 2018-06-03 10:25:21 -04:00
Sour
aad8b2bd47 PPU: Simulate the PPU's address bus a bit better (fixes Touhou Rououmu homebrew that detected Mesen as an emulator because of it) 2018-06-02 22:12:00 -04:00
Sour
76ad3946c0 UI: Fixed minor issue with "Load Random Game" feature 2018-06-02 19:14:25 -04:00
Sour
365d246d92 Tests: Fixed automatic tests input code 2018-06-02 18:56:26 -04:00
Sour
840368467a Debugger: Trace Logger - Made format string a bit more lenient on syntax (and display [Invalid tag] when the content can't be parsed properly) 2018-05-31 21:21:04 -04:00
Sour
ab8af4693a Debugger: Memory Tools - Fixed crash in "Add to watch" action 2018-05-31 20:59:55 -04:00
Sour
f3462e0ffe Debugger: Trace Logger - Fixed display order for 2-byte zero page display 2018-05-31 20:58:01 -04:00