Commit Graph
2987 Commits
Author SHA1 Message Date
Unknown W. Brackets 27826999de Don't show a dialog on quit when EmuThread hangs.
It's not like it will prevent PPSSPP from quitting.
2013-06-30 22:50:58 -07:00
Kingcom e3d3d75e38 Moved expression parser to native and changed how it's accessed 2013-07-01 01:41:06 +02:00
Unknown W. Brackets 9d8bdee089 Buffer the breakpoints in UI to avoid overflows. 2013-06-30 16:35:48 -07:00
Unknown W. Brackets 6bd4383a8a Give memchecks/breakpoints a consistent interface.
Removes the limit on max breakpoints, and makes everything use accessors
for both that look roughly the same.
2013-06-30 15:16:58 -07:00
Unknown W. Brackets bf1e37dd05 Keep symbols mapped from all loaded modules.
This way the map contains all the symbols used, not just a snapshot.
2013-06-30 10:15:21 -07:00
Unknown W. Brackets c1834908b1 Keep the symbol map entries unique.
Duplicates are annoying, and we have hacks upstream to prevent them that
cause trouble.
2013-06-30 10:04:48 -07:00
Kingcom 41ed77f66a Add a memory view control to the disassembly window 2013-06-30 13:42:19 +02:00
raven02 5d275d7fe9 Consolildate Texture filtering option 2013-06-30 14:58:46 +08:00
Henrik Rydgård 752d974284 Merge pull request #2540 from unknownbrackets/windows-ui
Fix a couple crashes on shutdown
2013-06-29 23:32:17 -07:00
Unknown W. Brackets f5178e769a Fix crash on File -> Exit in some cases.
Fixes #2537.
2013-06-29 17:47:09 -07:00
Kingcom 6df25d52f0 -ctrl+g for goto in mem viewer/disassembly
-removed skipping of zz_/z_ in disassembly
-fixes to the expression parser
2013-06-29 22:25:17 +02:00
Henrik Rydgård 9ec27e4f92 Merge pull request #2534 from oioitff/mpeg-fix
Add option to enable Linear Filtering only for CGs.
2013-06-29 12:49:20 -07:00
oioitff dc04584ca1 Add a new option to enable
Linear Filtering only for CGs.
2013-06-30 03:35:28 +08:00
Unknown W. Brackets 609f8d6340 Allow hitting Go on a breakpoint to continue.
Doesn't work for branches though, because of delay slots.
2013-06-29 11:23:24 -07:00
Unknown W. Brackets 61e640b08f Add an inactive wait just to be safe. 2013-06-29 11:02:03 -07:00
Unknown W. Brackets 053fddfca7 Fix some sign comparison warnings. 2013-06-29 10:59:42 -07:00
Unknown W. Brackets aaafd372e9 Clear temp breakpoints off the CPU thread.
This should make it possible to actually clear them.  Fixes #2519.
2013-06-29 10:54:33 -07:00
Henrik Rydgård 0d0e1db1b9 Revert "Update DinputDevice.cpp"
This reverts commit 99ede3fbbb.
2013-06-29 18:12:48 +02:00
Henrik Rydgård 6e52064f86 Merge pull request #2528 from Kingcom/master
Expression parser
2013-06-29 08:08:21 -07:00
Kingcom b8d15838c5 Added checks for divisiou and modulo by zero 2013-06-29 16:24:26 +02:00
mk22customg 99ede3fbbb Update DinputDevice.cpp
Correct right stick options to DirectInput.
2013-06-29 22:19:56 +08:00
Kingcom b78f74a3f4 More changes 2013-06-29 15:57:41 +02:00
Kingcom fb84d2654b Merge branch 'master' of https://github.com/hrydgard/ppsspp into ExpressionParser 2013-06-29 15:17:09 +02:00
Kingcom ab1aa09dce Expression parser 2013-06-29 15:17:00 +02:00
Unknown W. Brackets 3dcc16608e Adjust the default disasm height to reduce padding. 2013-06-28 21:44:38 -07:00
Unknown W. Brackets c8509091af Allow the disasm height to be resized a bit more. 2013-06-28 21:39:53 -07:00
Kingcom b8f467b45a -don't step while the core is active
-reset the counter before starting the core (so that it actually counts the execution time of the last run)
2013-06-28 00:26:04 +02:00
Kingcom e4755d4bdb Small changes to the disassembly view 2013-06-27 22:16:02 +02:00
Kingcom d4214af710 Breakpoint list at the bottom of the disassembly window 2013-06-27 21:07:49 +02:00
Kingcom 960fe5a828 Correct hotkey in screenshot menu option 2013-06-27 12:01:55 +02:00
Kingcom 76f135e077 -edit register by double clicking
-copy register with ctrl+c
2013-06-27 11:50:59 +02:00
Kingcom 3a758fe279 Resolve ppsspp.rc conflict 2013-06-27 01:21:38 +02:00
Kingcom 827d13c34f -Fix step over for conditional branches
-don't redraw the disassembly window while waiting for a temporary breakpoint
2013-06-26 23:14:15 +02:00
Henrik Rydgard c743e02851 Update android version to 0.8.1 / 81 2013-06-26 21:54:44 +02:00
Kingcom 26c4f57691 Shortcuts for the disassembly view, step over extended, fixes 2013-06-26 21:49:15 +02:00
Kingcom 89104f08c0 Add labels to branch targets that don't have when disassembling to file 2013-06-26 12:15:49 +02:00
Kingcom cfb622b619 Disassemble to file with Ctrl+X or through the right click menu. 2013-06-26 11:48:14 +02:00
Kingcom 07a3f08650 Search through the disassembly view with Ctrl+S. Search next with Ctrl+C. 2013-06-26 11:10:26 +02:00
Unknown W. Brackets bff16dbd76 Save and restore the console window's position. 2013-06-26 00:32:49 -07:00
Unknown W. Brackets 7cef136468 Make win32 shutdown consistent w/ NativeShutdown(). 2013-06-26 00:31:52 -07:00
Unknown W. Brackets 3ef95fadb3 Save the disasm window's size in config.
And, allow it to be smaller.
2013-06-26 00:15:16 -07:00
Henrik Rydgård bafbfc75a0 Merge pull request #2475 from Kingcom/master
Disassembly view redesign
2013-06-25 16:07:06 -07:00
Kingcom 7d0e6ff199 -disassembly view redesigned
-change the cursor with the mouse or with the keyboard
-displays symbols on the left and in opcode arguments
-press tab to toggle displaying of symbols
-click on the highlighted line to toggle a breakpoint at that position
-press right to follow a branch and left to go back a level
2013-06-25 23:52:56 +02:00
Henrik Rydgard 81c6e63fd6 64-bit windows buildfix 2013-06-25 22:00:56 +02:00
Kingcom 41fc339362 -fixed "Copy value" in memory view
-SetFocus on right click in memory view
-added a few more default symbols to the symbol map
2013-06-25 13:17:27 +02:00
Kingcom fe04022dd1 Fixed ppsspp.rc encoding. 2013-06-25 02:59:58 +02:00
Kingcom ad55a6f809 Memory viewer redesigned. 2013-06-25 02:43:31 +02:00
Henrik Rydgård 3f114f32db Merge branch 'nearest_filtering' of https://github.com/AdmiralCurtiss/ppsspp into AdmiralCurtiss-nearest_filtering
Conflicts:
	ffmpeg
	lang
2013-06-24 22:51:46 +02:00
Lioncash 2d25cc60c8 Fix a resource leak in ControlMapping.cpp 2013-06-24 03:28:19 -04:00
Admiral H. Curtiss 802fa0de4c Merge remote-tracking branch 'upstream/master' into nearest_filtering 2013-06-23 23:16:48 +02:00