The Dax
c916d4ad99
Missed an enter/return.
2013-08-07 04:29:37 -04:00
The Dax
5301ddb82d
Windows UI: Fix some UI bugs and move more magic numbers to an enumerator.
2013-08-07 04:29:37 -04:00
Sacha
8b4280b297
Rename KEYCODE to NKCODE (native key code) to stop name collision. Implement Blackberry keymapping.
2013-08-05 03:31:40 +10:00
Henrik Rydgård
53336e55ad
Merge pull request #3050 from thedax/newUIBugFix
...
Win32/NewUI: Address debug log bug and placement in menu.
2013-08-04 02:07:16 -07:00
The Dax
f94ae2f10c
Fix NewUI bug involving the debug console on Win32. Also change the behaviour of WM_USER_LOG_STATUS_CHANGED to open and close the log window when enabled/disabled as appropriate.
2013-08-04 03:39:49 -04:00
raven02
5a384a51ce
Fix Issue #2949
2013-08-04 13:48:36 +08:00
raven02
766770a755
Anrdoid : Add option 'Anti-Aliasing'
2013-07-30 23:32:55 +08:00
The Dax
396c51510a
More cleanup, remove old CONTROLS dialog info.
2013-07-29 18:05:08 -04:00
The Dax
e2e5e8674c
More cleanups.
2013-07-29 15:34:52 -04:00
The Dax
0f0ab8c61a
Add license info to WndMainWindow.cpp.
2013-07-29 15:34:52 -04:00
The Dax
5ef3a558ff
Remove more magic numbers and remove enumerator names.
2013-07-29 15:34:51 -04:00
The Dax
fefab90a42
Improve skip frame onscreen messages by removing switch, fix some typos, remove qualifier(generates a non-standard warning for some reason).
2013-07-29 15:34:50 -04:00
The Dax
b2dfdf6401
Perform some Windows UI cleanups. Dozens of unused IDs were leftover from Dolphin, and I doubt they'll ever be used again. Also remove several magic numbers, instead using enumerators to clarify code.
2013-07-29 15:34:50 -04:00
Henrik Rydgård
c68f5f78fb
Merge pull request #2970 from raven02/patch-5
...
Assign HW select button on X360 to "SELECT" button
2013-07-29 09:32:05 -07:00
Unknown W. Brackets
97098f109a
Use CommonWindows.h from Windows/ too.
...
Might as well. Everything still builds fine.
2013-07-28 21:04:20 -07:00
raven02
ebeb2e3399
Remove obsolete control in option menu #2
2013-07-29 07:42:32 +08:00
The Dax
0f66272dbf
Remove extraneous if statement.
2013-07-27 20:49:36 -04:00
The Dax
3aa04df23b
Restructure the code slightly, make the old UI send a message to the emulator window to reflect the new logging status(to enable/disable the menu item, and possibly close the console), move the custom WM messages to an enum.
2013-07-27 20:47:06 -04:00
The Dax
b07c8155de
Correct checkboxes and remove old comments.
2013-07-27 19:50:23 -04:00
The Dax
528d81151a
Initial support for disabling logging, to provide a possible boost in performance for games that spam the log like crazy.
2013-07-27 19:39:49 -04:00
The Dax
c7a82b59e9
Convert all of the checkbox loops to use ARRAY_SIZE instead of magic numbers.
2013-07-26 19:36:16 -04:00
The Dax
883db82255
Win32 UI: Fix frameskipping menu. Picking 9 would never be checked or work.
2013-07-26 19:29:47 -04:00
The Dax
738338f8be
Fix typo.
2013-07-26 19:08:24 -04:00
The Dax
116d238d2e
Win32 UI: Remove secondary loop for unchecking/checking Window Zoom options. It was not needed, and caused a bug..
2013-07-26 19:06:29 -04:00
raven02
d836527254
NewUI fix and add selectable frameskipping/Resolution to winUI
2013-07-26 22:10:03 +08:00
Henrik Rydgård
61351e4b59
Merge branch 'patch-1' of https://github.com/raven02/ppsspp into raven02-patch-1
...
Conflicts:
Windows/ppsspp.rc
native
2013-07-25 18:20:08 +02:00
raven02
82b2581d79
Remove 'Display raw framebuffer' option
2013-07-25 20:23:22 +08:00
Kingcom
cedb41a10c
Merge branch 'master' of https://github.com/hrydgard/ppsspp into DiscDirectory
...
Conflicts:
Windows/ppsspp.rc
Windows/resource.h
2013-07-25 13:49:53 +02:00
The Dax
d83064e483
Add a couple comments.
2013-07-23 17:08:42 -04:00
The Dax
faa2932c88
Update F5 key behaviour to cycle all buffered rendering modes.
2013-07-23 17:05:58 -04:00
Kingcom
97b89c50df
Fix stupid mistake
2013-07-23 18:16:21 +02:00
Kingcom
8955fedf44
Open directory as disc image
2013-07-23 17:24:33 +02:00
raven02
76bd4e3120
Fix rendering mode switching issue in old & new UI
2013-07-22 08:41:58 +08:00
raven02
0216f52359
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
UI/GameSettingsScreen.cpp
UI/MenuScreens.cpp
Windows/ppsspp.rc
2013-07-22 00:03:54 +08:00
raven02
87fc81e56d
Consolidate Rendering Mode
2013-07-21 23:17:42 +08:00
Unknown W. Brackets
8717e745a8
Call SetCursor always on the UI thread.
...
Fixes #2862 .
2013-07-21 02:21:50 -07:00
raven02
39c6c7f634
Merge items to new UI
2013-07-20 22:03:52 +08:00
The Dax
ab59235367
Win32 UI: Fix minor texture filtering bug. Someone changed the default value from 0 to 1, so auto didn't actually do anything.
2013-07-20 08:52:46 -04:00
The Dax
28af84ba89
Capitalise all phrases in the key; I forgot it's a key value, eheh.
2013-07-19 20:36:58 -04:00
The Dax
0dd12765f8
Fix typos.
2013-07-19 20:27:34 -04:00
The Dax
9e535717f9
UI on all platforms(including NewUI!): Add options to change FramebufferCPUConvert without manual editing of INI file.
2013-07-19 19:23:17 -04:00
papel
9b6f1abed8
Version to savestate and open other game in other screens.
2013-07-17 02:33:26 -03:00
Henrik Rydgard
09a7bd08fa
Assorted UI cleanups. Add a bunch of little image files that may be used in the Ouya port later.
2013-07-15 17:41:24 +02:00
raven02
fa0af3c150
Back to use "Read Framebuffers to Memory"
2013-07-11 08:12:19 +08:00
The Dax
32bb4d7db5
Windows UI: Add INI option to allow emulator to start in fullscreen mode on launch.
2013-07-10 14:22:22 -04:00
Henrik Rydgård
4930c26082
Merge pull request #2723 from papel/master
...
More shortcuts for the Windows version
2013-07-10 10:30:04 -07:00
papel
abf2faec67
Put back savestate error message.
2013-07-10 13:45:26 -03:00
papel
1e0c0dbab9
Fix shortcuts in pause menu.
2013-07-10 11:49:48 -03:00
papel
314d286e37
Changed pause and speed shortcuts. Fixed disabled run on load.
2013-07-09 21:54:42 -03:00
Henrik Rydgard
34d1643213
Minor improvements to mouse handling in Windows.
...
* Don't lock the input_state mutex too much
* Capture the cursor so that the joystick follows the mouse even if you leave the window when holding down the mouse button.
2013-07-09 22:51:02 +02:00