Commit Graph
1142 Commits
Author SHA1 Message Date
Unknown W. Brackets 5328e213a6 Clear the jit cache when toggling debug stats.
This way we can bypass that check normally, for speed.
2013-11-04 08:03:50 -08:00
The Dax 728101aebb Revise how the language system works.
On Win32, the Language menubar is eliminated in favour of displaying a NewLanguageScreen on screens that are of type UIDialogScreenWithBackground/UIScreenWithBackground; UIScreen inheriting screens (e.g. GamePauseScreen) still require manual additions.
2013-11-03 19:21:53 -05:00
Henrik Rydgård 2af9ef45a3 Merge pull request #4413 from Kingcom/Debugger
Change "goto in memory view" behavior
2013-11-03 03:19:12 -08:00
Kingcom 6ac29b314a Advance cursor after assembling 2013-11-03 10:14:46 +01:00
Kingcom e8b8f89aa8 Use the disassembly's memory view for "goto in memory view" 2013-11-02 17:39:39 +01:00
Henrik Rydgård 775915e523 Merge pull request #4165 from thedax/win32BumpVersionNumbers
All platforms: Bump up version numbers to 0.9.5.
2013-11-01 04:38:12 -07:00
Henrik Rydgard 65baad70ac Quick hack to avoid unthrottled getting stuck when alt-tabbing.
Assumes the default keymap of course but shouldn't really have any adverse
effects if you have remapped your controls.
2013-10-31 00:35:02 +01:00
Henrik Rydgård 7678107a4a Merge pull request #4380 from Bigpet/disasm_additions
added disasm debugger features to remove and add functions
2013-10-30 11:45:59 -07:00
Peter Tissen d8b4ec6680 added disasm debugger features to remove and add functions 2013-10-30 16:13:18 +01:00
Kingcom 5bb7ac8b7e Various debug ui fixes and enhancements 2013-10-30 12:12:33 +01:00
Henrik Rydgård 846efca38d Allow the user to try anyway if we detect OpenGL 1.x , in case the driver is lying. 2013-10-28 14:02:56 +01:00
Unknown W. Brackets f9e4cae3c0 Debugger: fix "run to here" functionality. 2013-10-27 12:52:21 -07:00
Unknown W. Brackets 2757fb7096 Ignore import warnings from ffmpeg.
Seems to be a known issue with the msvc ffmpeg stuff.
2013-10-26 17:37:08 -07:00
The Dax a92c72c7e9 Bump up version numbers in version.rc. 2013-10-26 17:33:24 -04:00
The Dax 3a1a72c846 Remove stray xinput.lib dependency. 2013-10-26 16:30:49 -04:00
The Dax 1f1c8e4a48 Remove avdevice.lib linker dependency/input for Headless and PPSSPP. 2013-10-26 15:54:17 -04:00
Unknown W. Brackets b06fdfeb02 Fix crash in wine (it not works.)
It was sending the notify early, and we didn't have tabs set up yet.
Fixes #4173, at least for the current wine-1.6 Ubuntu packages.
2013-10-25 23:48:54 -07:00
Henrik Rydgard 0fc830cf6f Fix vcxproj 2013-10-22 19:56:05 +02:00
Henrik Rydgard f5a63d7d41 Better fix for the UINT_64 define issue on android 2013-10-20 13:52:31 +02:00
sum2012 4a278fcfcf Use unknownbrackets method 2013-10-20 11:50:21 +08:00
sum2012 a801e5c325 Fix Windows logging
Fix https://github.com/hrydgard/ppsspp/issues/4239
2013-10-20 11:23:46 +08:00
Henrik Rydgård 27260c08a5 Merge pull request #4240 from Kingcom/Debugger
More intelligent disassembly scrolling
2013-10-19 15:04:36 -07:00
Henrik Rydgård e266e15c6b One more buildfix 2013-10-19 23:09:27 +02:00
Kingcom 4abda21699 Fix messed up logic 2013-10-19 02:45:58 +02:00
Kingcom 8f698d552b Handle it for step into too 2013-10-19 02:28:49 +02:00
Kingcom 9af9577ad9 Add smoother disassembly scrolling for step over 2013-10-19 01:19:39 +02:00
Kingcom ef1e34bffd Only display full disassembly lines 2013-10-19 00:58:42 +02:00
Henrik Rydgård f85b4a4252 Buildfix 2013-10-18 15:07:04 +02:00
Henrik Rydgård 1e6aa83bb6 Merge pull request #4210 from Kingcom/Debugger
Highlight branch arrows that reference the current opcode
2013-10-17 02:58:01 -07:00
The Dax 3b285b2580 Use a more robust string check. 2013-10-16 15:05:50 -04:00
The Dax b49be673b6 Add default error message and title. 2013-10-16 14:50:56 -04:00
The Dax e52ed9edc9 Combine two error messages down into one, make it translatable, and fix some grammatical issues in comments. 2013-10-16 14:25:47 -04:00
Henrik Rydgard 66e210315b Fix keyboard focus issue on Windows 2013-10-16 17:20:32 +02:00
Kingcom 35a7cb437b Don't create the pen before the function is sure to run until the end 2013-10-16 15:23:12 +02:00
Kingcom 4483b5cff0 Delete pen 2013-10-16 15:19:32 +02:00
Kingcom ff5e4b0cf3 Highlight branch arrows in a different color if they start/end at the current opcode 2013-10-16 15:15:00 +02:00
Unknown W. Brackets b209d7c416 Fix drag and drop file start.
Wasn't working when nothing was running yet, had race issues otherwise.
The boot message already handles shutdown.
2013-10-16 01:19:15 -07:00
Unknown W. Brackets 5b888f0d0a Fix a crash in debug mode with no threads. 2013-10-16 00:56:46 -07:00
Unknown W. Brackets 77913c2d56 Don't flash open the console when disabled. 2013-10-15 22:27:03 -07:00
Unknown W. Brackets a29c92a7e3 Initially center on the primary monitor. 2013-10-15 22:02:14 -07:00
Henrik Rydgård ecc8736d6b Make the early OpenGL version check a bit more fuzzy. 2013-10-15 14:59:41 +02:00
Henrik Rydgard 5b9123b3c5 Main screen: Add Browse button on Windows to choose a folder easily 2013-10-15 13:28:09 +02:00
Henrik Rydgard e88a049e79 Windows: Center window on first start 2013-10-15 13:10:25 +02:00
Henrik Rydgård f68a672c0b Merge pull request #4198 from thedax/sysDirectoriesRevamp
Eliminate GetSysDirectories and instead provide a new function: GetSysDirectory.
2013-10-15 03:18:45 -07:00
Henrik Rydgard c4004b8230 Refuse to run really early in the startup process if there's no chance it will work.
Avoids crashing out on startup with old GPUs.
2013-10-15 12:15:29 +02:00
The Dax 750aba1663 Use Unicode variant of ShellExecuteA. 2013-10-15 03:41:11 -04:00
The Dax 6efd5b33f7 We don't really need DIRECTORY_FLASH0 or DIRECTORY_MEMSTICK. 2013-10-15 03:41:10 -04:00
The Dax c7bdeb3084 Eliminate GetSysDirectories and instead provide a new function: GetSysDirectory.
On Win32, call InitSysDirectories before the emuthread starts just to be safe.
2013-10-15 03:41:10 -04:00
Unknown W. Brackets 9fe1a99ab3 Fix some warnings. 2013-10-14 22:09:21 -07:00
Henrik Rydgard 0624f505b2 Oops, restore solution version. 2013-10-15 01:33:04 +02:00