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
Admiral H. Curtiss
fe132af9ec
Renamed Nearest and Linear Filtering to Force Nearest/Linear Filtering.
...
Made sure that both options aren't active at the same time.
2013-06-23 22:39:32 +02:00
Admiral H. Curtiss
505f8559c1
Added a "Nearest Filtering" option for testing.
2013-06-23 21:56:07 +02:00
Henrik Rydgard
8310d27d7f
Bump version numbers
2013-06-23 20:10:00 +02:00
Henrik Rydgard
88e67c7b82
Slightly nicer icons.
2013-06-23 19:53:09 +02:00
Henrik Rydgard
0e61385c2e
Mark 4x and 5x texture scaling as "overkill" and "crazy" in the windows menu. Because they really are.
2013-06-23 16:10:27 +02:00
Henrik Rydgard
23ee9b8cd5
Add "Take Screenshot" to Windows version. Writes to "screenshots" subdirectory. No smart file naming yet.
2013-06-22 22:28:48 +02:00
Unknown W. Brackets
a789b9edc2
Add right stick options to DirectInput.
...
At least, my controller uses Z axis/rotation.
2013-06-21 18:07:50 -07:00
Unknown W. Brackets
47b0c5962a
Add a right stick config for Valkyria Chronicles.
2013-06-21 17:59:12 -07:00
Henrik Rydgård
c103be89a2
Merge pull request #2378 from raven02/patch-6
...
Remove Wireframe option in windows
2013-06-21 01:23:04 -07:00
raven02
2fe8663ad0
Rename Linear filtering as
2013-06-21 16:21:13 +08:00
Unknown W. Brackets
f6743316db
Make sure Windows shuts down its audio properly.
...
~EmuScreen can call PSP_Shutdown(), which calls host->ShutdownSound().
Because of this, we really need host to be WindowsHost during
NativeShutdownGraphics().
2013-06-20 23:13:44 -07:00
raven02
0c1dea77d7
Remove Wireframe option in windows
2013-06-21 11:01:00 +08:00
Henrik Rydgård
1fe20cb320
Merge pull request #2353 from raven02/patch-4
...
Toggle to adjust VPS/FPS/Both and new "Cleanup Recents" button
2013-06-20 12:23:35 -07:00
The Dax
32bedefe20
Windows: Make DirectSound buffer global to allow sound to be played, even if other applications like Steam are brought to the foreground.
2013-06-20 12:50:10 -04:00
Henrik Rydgard
fa335c83d3
Modify DInput and touch analog to not clamp to a circle. Tries to fix #2316
2013-06-19 20:47:42 +02:00
raven02
de4d970ab6
Toggle to adjust VPS/FPS/Both , new timeFormat/dateFormat/buttonPerference
2013-06-19 15:09:01 +08:00
Unknown W. Brackets
926e1ebddc
Keep EmuThread running on game shutdown.
...
Especially relevant for games that call sceKernelExitGame(), like most
homebrew. Otherwise, EmuThread actually quits and we can't continue.
2013-06-18 00:33:22 -07:00
Henrik Rydgard
e782b6f20e
Add VSync option in Windows. Turns itself off when unthrottled.
2013-06-16 23:45:06 +02:00
Henrik Rydgard
ffb1d65313
Add forum link to help menu on Windows, and under the website link on the main menu screen.
2013-06-15 11:44:06 +02:00
Henrik Rydgard
85d896b953
Fix showing log windows on load with -l (initialization order).
2013-06-15 10:55:18 +02:00
aquanull
5898b6872c
Show the mouse cursor on full screen when it is moved or clicked.
2013-06-15 13:07:09 +08:00
aquanull
bb5fce600e
Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization.
...
Fix missing ppsspp.ini loading log (only 1 unimportant line though).
Fix loading ui_atlas.zim failure when [General]Browse = True is set in ppsspp.ini.
Some other minor fixes as well.
2013-06-15 13:06:43 +08:00
Henrik Rydgard
b60a2fb819
x360 temporary right stick hard bind now configurable in ini file.
2013-06-11 21:29:55 +02:00
Henrik Rydgard
5916a345c3
Hard bind right x360 stick to buttons until we can improve control mapping functionality. Thanks KrossX.
2013-06-11 20:38:21 +02:00
Henrik Rydgard
4bc25c91d8
Add option to have PPSSPP stay on top of other windows. Fixes #2199
2013-06-10 23:45:12 +02:00
Henrik Rydgard
2afbc94734
Turn off RTTI, simulate it where needed.
2013-06-09 13:02:16 +02:00
Henrik Rydgard
51daa1f878
Delete the "Use Media Engine" option.
2013-06-08 22:53:36 +02:00
Henrik Rydgard
94cce219a8
project file fix: Set LTCG to default, as suggested in #2138 .
2013-06-08 11:41:19 +02:00
Swyter
1d91aa7659
*Press the traditionally used F11 key to go fullscreen instead of F12.
...
I was confused the first time I tried. Patched for both Windows and Qt frontends, includes Qt translations.
2013-06-06 16:00:00 +02:00