Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgard d01b0ea6a6 Hide the plugin download button on the main menu after downloading it. 2013-06-26 21:26:44 +02:00
Henrik Rydgard 3c02678dff HLE GetFuncName: Correctly compare to numFunctions 2013-06-26 20:30:49 +02:00
Henrik Rydgard 16378e3235 Update native (download cancelling crashfix) 2013-06-26 19:25:52 +02:00
Henrik Rydgard 1777d9e835 Keep a reference to download objects for their lifetime. Should fix cancelling crashes. 2013-06-26 19:24:49 +02:00
Henrik Rydgård 1e55b3c1c5 Merge pull request #2483 from unknownbrackets/break
Revert "Remove hack for BREAK in Sol Trigger"
2013-06-26 08:08:20 -07:00
Unknown W. Brackets c36fa5bd76 Fix typo breaking delete button in OSK. 2013-06-26 08:07:21 -07:00
Unknown W. Brackets abe3d95877 Revert "Remove hack for BREAK in Sol Trigger"
This reverts commit 3d2c3c7227.

This wasn't a hack dedicated to Sol Trigger.  It helps other games, and
keeping it is just like allowing games to continue on bad memory address
reads.
2013-06-26 07:56:36 -07:00
Henrik Rydgård eb33d302f1 Merge pull request #2482 from raven02/patch-14
Remove hack for MIPSInt BREAK in Sol Trigger
2013-06-26 04:47:05 -07:00
raven02 eeb09ade1a Reduce log level that spam Sol Trigger heavily 2013-06-26 19:30:17 +08:00
raven02 3d2c3c7227 Remove hack for BREAK in Sol Trigger 2013-06-26 19:27:36 +08:00
Henrik Rydgård 4eb458ede5 Merge pull request #2478 from Kingcom/master
Search and disassemble to file
2013-06-26 03:18:41 -07: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
Henrik Rydgård 70b81b067b Merge pull request #2477 from unknownbrackets/windows-ui
Save and restore debug/console positions
2013-06-26 00:40:51 -07: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
arnastia 98b9acf0d3 Add FramebuffersToMem option to allow disabling of reading framebuffer contents to memory (defaults to false). 2013-06-26 01:32:48 +01: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 Rydgård 7a2fe4f9f8 Merge pull request #2472 from lioncash/master
Fixed missing Japanese characters in the OSK.  Fixes issue 2386 and issue 2468
2013-06-25 14:40:46 -07:00
Jake Traynham e052a2d8da Updated CMakeLists to include new iOS Audio files 2013-06-25 16:38:30 -05:00
Henrik Rydgard 563cf1acfa Show a button on first run instead of taking the user directly to the plugin download screen. Ensures that the emu is usable even if the download would crash. 2013-06-25 23:30:49 +02:00
Henrik Rydgard c9e1089261 Very basic download cancellation support. At least doesn't try to download if cancelled during Connect, etc. 2013-06-25 23:27:45 +02:00
Jake Traynham 24961e28ef iOS Audio fixes 2013-06-25 16:18:16 -05:00
Lioncash 76165a8815 Fixed incorrect る/ル misplacements in the Japanese Hirigana/Katakana characters. Replaced them with the appropriate ろ/ロ character.
Fixes issue 2468.
2013-06-25 17:10:56 -04:00
Lioncash 5de2adcead Fixed missing Japanese characters in the OSK.
Also added the vowel lengthening character to Katakana and Hirigana
2013-06-25 16:59:40 -04:00
Henrik Rydgard 81c6e63fd6 64-bit windows buildfix 2013-06-25 22:00:56 +02:00
Henrik Rydgard 21e2b0e32f Update submodules 2013-06-25 21:42:46 +02:00
Henrik Rydgård bcca79a20a Merge pull request #2466 from oioitff/atrac-fix
Improve _AtracGenarateContext, and remove hack for releasing atrac3 voice.
2013-06-25 11:44:43 -07:00
Henrik Rydgård b15f871702 Merge pull request #2467 from Motaz-Alnuweiri/patch-3
Update PPSSPP.pro
2013-06-25 11:40:01 -07:00
Motaz Alnuweiri 3638863fe0 Update PPSSPP.pro
I updated Symbian variables to look more clear
2013-06-25 20:06:41 +03:00
oioitff 0e7f41f65e Improve _AtracGenarateContext.
Remove hack for releasing atrac3 voice.
2013-06-26 00:55:58 +08:00
arnastia 32efe2a9ad Merge remote-tracking branch 'upstream/master' into framebuffers-to-mem 2013-06-25 16:01:02 +01:00
Henrik Rydgård 50f7c0a88d Merge pull request #2464 from lioncash/master
Change PSPPointer function name Valid to IsValid. Also fix some signed/unsigned mismatch warnings in __sceAudio.cpp
2013-06-25 07:19:52 -07:00
Lioncash b52ee53c98 Fix some signed/unsigned mismatch warnings in __sceAudio.cpp. 2013-06-25 09:54:42 -04:00
Lioncash b823bb7543 Change PSPPointer function name Valid to IsValid.
Improves readability and shows intent better.
2013-06-25 09:51:39 -04:00
arnastia 2e48c89780 Small fix for debugger (GWL_WNDPROC isn't defined for 64bits, wouldn't compile). 2013-06-25 13:53:00 +01:00
arnastia 4fa30ce6ec Add support for reading framebuffers to memory.
Signed-off-by: arnastia <arnastia@gmail.com>
2013-06-25 13:50:35 +01: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
Henrik Rydgård 3c8b7d3f33 Merge pull request #2460 from Kingcom/master
Memory viewer redesign
2013-06-25 01:54:58 -07:00
Henrik Rydgård 0c0b023058 Merge pull request #89 from unknownbrackets/http
Support non-chunked HTTP responses
2013-06-24 23:54:05 -07:00
Unknown W. Brackets a94640f112 Fix a few null checks in savedata.
Fixes #2456.
2013-06-24 23:02:57 -07:00
Daniel Dressler 6294e36c95 Make KeyMap use native keycodes and Core PS btns 2013-06-24 22:08:23 -07:00
Daniel Dressler 824f4fb457 Add queue of pressed keys to input_state 2013-06-24 21:47:29 -07:00
Daniel Dressler 697c0df4fd Make native's keycodes based on android's keycods 2013-06-24 21:46:56 -07:00
Daniel Dressler 29271f67d7 Sync KeyMap to native changes 2013-06-24 21:34:14 -07:00
Unknown W. Brackets 8c999885d8 Support non-chunked HTTP responses. 2013-06-24 19:40:24 -07:00
Unknown W. Brackets 6c638a5f84 Avoid a CHECK() in Connect(), and invalidate sock(). 2013-06-24 19:39:52 -07:00