Commit Graph
6058 Commits
Author SHA1 Message Date
Henrik Rydgård fe282f946a Merge pull request #2963 from raven02/patch-4
Better fix the YES/OK/No button sizing and code cleanup
2013-07-28 13:49:00 -07:00
Unknown W. Brackets 256394b2bf Move VirtualDiscFileSystem to its own file. 2013-07-28 12:31:48 -07:00
raven02 176abf2ad7 Add "Enable logging" to new UI 2013-07-29 00:56:59 +08:00
Henrik Rydgård ccb76a58c3 Merge pull request #2957 from thedax/disableLoggingOption
Add New Feature: Ability to turn logging on and off.
2013-07-28 07:46:40 -07:00
The Dax acd11da4f3 Remove option to enable/disable logging from NewUI. It doesn't work as expected.. 2013-07-27 20:51:25 -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 dcc1044de5 Change EnableLogging key. 2013-07-27 19:55:57 -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
Henrik Rydgard 988b5539fa Show speed in percent 2013-07-27 23:23:16 +02:00
Henrik Rydgard fe090e8d95 Crashfix in EmuScreen (touch events before booting) 2013-07-27 17:25:39 +02:00
Henrik Rydgard 574181e2fa Buildfix 2013-07-27 17:12:26 +02:00
raven02 833d762b3a Add "Force 60 FPS or less" to newUI 2013-07-27 21:31:47 +08:00
Henrik Rydgard 7462d988cf Boot game in EmuScreen::update instead of the constructor. Avoids issues with starting games from the command line. 2013-07-27 13:26:26 +02:00
Henrik Rydgard 5b32d2ecaf Merge remote-tracking branch 'origin'
Conflicts:
	UI/NativeApp.cpp
2013-07-27 13:11:30 +02:00
Henrik Rydgard d75a007ef3 Skip the startup logo when loading a game from the command line. 2013-07-27 13:07:34 +02:00
Henrik Rydgård 67adad6cf0 Move CheckGLExtensions to InitGraphics from EmuScreen, trying to fix #2900 2013-07-27 11:46:21 +02:00
Unknown W. Brackets 7d6538bd0b Don't crash in DeviceLost before game init. 2013-07-27 01:05:00 -07:00
Henrik Rydgård dc213f1792 Merge pull request #2934 from raven02/ui
NewUI fix and add cycleable frameskipping/resolution to winUI
2013-07-26 15:43:35 -07:00
raven02 d836527254 NewUI fix and add selectable frameskipping/Resolution to winUI 2013-07-26 22:10:03 +08:00
Kingcom 87f13d9b32 Fix auto boot 2013-07-26 14:42:38 +02: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 6551db82a1 NewUI: Allow Unlock CPU Speed to be set to 0 with the slider bar. If the minimum is kept at 1, it can't be turned off otherwise. 2013-07-24 17:25:44 -04:00
Kingcom 5ddc9afba0 -save state support
-abstracted file access
-moved to VirtualDiscFileSystem class
2013-07-24 22:49:45 +02:00
Kingcom f9c5d3766c Display icon in UI 2013-07-23 17:35:43 +02:00
Kingcom 8955fedf44 Open directory as disc image 2013-07-23 17:24:33 +02:00
Henrik Rydgard fafa9c9bfd Dynamically load XInput, lets us to map the home button with a trick
Also avoids failing to start if XInput 1.3 is not installed.
2013-07-23 00:12:26 +02:00
Henrik Rydgard 09c7aaacad NewUI: Load games directly by press-and-hold on the main menu 2013-07-22 22:36:56 +02:00
Henrik Rydgard 9d76ba7dd2 Minor cleanup in texcache, fix some warnings 2013-07-22 19:26:16 +02:00
raven02 c310bbdb3f remove if 2013-07-22 14:26:32 +08:00
raven02 76bd4e3120 Fix rendering mode switching issue in old & new UI 2013-07-22 08:41:58 +08:00
raven02 f99d32b5ea Fix wrong order , put GPU last 2013-07-22 06:11:38 +08:00
raven02 2d9ebbf0a4 Add 'Enable cheats' and 'Screenshots as PNG' to general UI 2013-07-22 05:24:29 +08:00
raven02 dc3d6b14d2 Duplicate 'Display Raw Framebuffer' option 2013-07-22 05:14:10 +08:00
raven02 0f3a5e230b Frame Skipping should be start with 0 and it is working now 2013-07-22 05:10:09 +08:00
raven02 a179b1c33d Typo fix and few more items added to system UI 2013-07-22 05:06:04 +08:00
Henrik Rydgard 2f50bec779 Merge branch 'raven02-master'
Conflicts:
	native
2013-07-21 22:37:22 +02:00
raven02 100d336fb2 Remove _ suffix and hide the GPU mode on GLES2 2013-07-22 04:17:54 +08:00
Henrik Rydgård 4f57420de3 Remove erroneous ifdef from newui pause screen.
Now the continue button shows on all platforms.
2013-07-21 20:10:28 +02: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
Henrik Rydgard 2b35aa9050 Add basic NewUI in-game menu. 2013-07-21 13:31:46 +02:00
Henrik Rydgard 03c665173f Fix range of newui volume control. Delete some old junk. 2013-07-21 12:12:20 +02:00
sum2012 c4cf84f7d6 (Asian ?) build fix 2013-07-21 11:55:55 +08:00
Unknown W. Brackets 13f6ca0019 When mapping to an axis, center when both pressed.
Fixes #2860.
2013-07-20 12:11:35 -07:00
Henrik Rydgard 51adb8c64f Warning fixes, fix hw back button on Android 2013-07-20 20:49:08 +02:00
Henrik Rydgard 37d2b5ecbf Correct inverted Y axis of new touch screen analog stick 2013-07-20 18:50:46 +02:00
raven02 7a359325b3 Comment out Arabia language 2013-07-20 23:27:03 +08:00