Commit graph

266 commits

Author SHA1 Message Date
Henrik Rydgård
655e7dbfbb Merge pull request #1640 from PeterTh/master
Texture scaling improvements
2013-05-03 01:37:39 -07:00
Peter Thoman
7d2fd0ea31 Removed Bilinear texture filtering option 2013-05-03 10:29:29 +02:00
raven02
7e9c3052f8 Hide mouse cursor in full screen mode 2013-05-03 06:27:46 +08:00
Peter Thoman
d8df8a6796 Merge branch 'master' of https://github.com/hrydgard/ppsspp
Conflicts:
	Core/Config.cpp
	Core/Config.h
2013-05-03 00:24:03 +02:00
Henrik Rydgard
0ccebacbd6 Turn off screensavers. Note that this won't work on Vista+ when there's a password. 2013-05-02 20:58:50 +02:00
Unknown W. Brackets
a1cb85cd05 Stick to a single config entry per option.
We don't need a bool in the ini AND an int setting.

This should also fix the anistropy setting, which appears to have been
pretty much broken.  Also makes frameskip enable even if you don't tap
auto, which is what I'd assumed it did before.
2013-05-02 08:15:50 -07:00
Peter Thoman
3e5023ea97 Refactored Texture Scaling, changed options & gui to separately select scaling level and method 2013-05-01 23:55:34 +02:00
Peter Thoman
2212e7f609 Fixed threading issue pointed out by unknownbrackets and made texture scaling changes apply immediately 2013-04-30 17:58:05 +02:00
Peter Thoman
6950cfef35 Changed xBRZ UI to have separate off option 2013-04-30 12:14:34 +02:00
Peter Thoman
30f3d8dbee Added Windows UI for xBR texture scaling option 2013-04-30 03:47:33 +02:00
Henrik Rydgård
ed87d35499 Merge pull request #1557 from aquanull/master
Fix serious text/background misalignment in Controls dialog under many user-defined Windows font DPI settings
2013-04-28 00:06:34 -07:00
aquanull
0a300669c4 Fix serious text/background misalignment in Controls dialog under many user-defined Windows font DPI settings. The background picture is now being stretched according to the size of the client area of the dialog.
In addition, change the encoding of ppsspp.rc to UCS-2/UTF-16 LE as it seems to be the only way to fix displaying of a certain non-ASCII character 'å' used in the version info of the compiled executable under cp1252-incompatible Windows locales.
2013-04-28 08:02:52 +08:00
raven02
5768947f9d Add configurable frameskip 2013-04-23 21:16:27 +08:00
aquanull
b73e0d5126 Un-Pause and closes Dissambly on Emulation Stop 2013-04-21 10:54:25 +08:00
Unknown W. Brackets
7a7e5ccb0b Fix some x64 type conversion warnings. 2013-04-19 08:41:31 -07:00
Unknown W. Brackets
eab2f8dca2 Fix some minor type conversion warnings. 2013-04-19 08:36:32 -07:00
Henrik Rydgård
06999ae649 Merge pull request #1340 from oioitff/control-patch
Use native code instead of ATL::CImage
2013-04-19 04:21:28 -07:00
oioitff
f2e66d0d03 Use native code instead of ATL::CImage 2013-04-19 17:21:16 +08:00
CrazyMax
0c8d04d594 Windows: revert some part from old controls dialog; 2013-04-19 09:20:26 +03:00
oioitff
4414238014 Use a new image instead 2013-04-18 23:10:57 +08:00
oioitff
7ff4f34a48 Add an UI for modifying controls for PC 2013-04-18 18:38:43 +08:00
raven02
4667bee372 Windowss : fix enable sound 2013-04-18 06:46:57 +08:00
Henrik Rydgard
06cbcd07a6 Windows: Fix mipmap menu item 2013-04-17 21:07:41 +02:00
Henrik Rydgård
5c7cdf276a Merge pull request #1309 from raven02/patch-21
Toggle sound emulation on windows platform
2013-04-16 14:05:25 -07:00
raven02
16605b6fa7 Toggle Sound Emulation on windows platform 2013-04-17 03:38:17 +08:00
Henrik Rydgard
98daf18d56 Add skeleton code for Windows multitouch, to be filled in by someone who can test :P 2013-04-16 21:14:46 +02:00
CrazyMax
e864569d0c Windows: add Force Input Device option; 2013-04-16 17:34:20 +03:00
Unknown W. Brackets
fe97fd6fc5 Add better savestate error handling.
Aborts when it can't load.
2013-04-13 01:39:17 -07:00
Unknown W. Brackets
c12b306abd Fix drag and drop loading on Windows. 2013-04-06 20:09:29 -07:00
Unknown W. Brackets
fd0a422d89 Actually respect autorun on Windows.
Fixes #1179.
2013-04-05 00:57:43 -07:00
Unknown W. Brackets
c8fb03327e Make the new UI more usable at 1x zoom.
It's no longer the default, but still an option.
Not super legible is better than broken.
2013-03-31 19:15:59 -07:00
Unknown W. Brackets
5c4fe5c5b9 Correct the state of the Go button on autoload. 2013-03-31 18:48:44 -07:00
Unknown W. Brackets
aeac614cc0 Don't open duplicate memory/disasm windows.
It's annoying.
2013-03-31 18:47:48 -07:00
Unknown W. Brackets
3564b1579b Raise the main window when opening the debugger. 2013-03-31 18:28:13 -07:00
Unknown W. Brackets
c4a93d3bc3 Make emulation -> stop actually shut down.
Otherwise it pauses so it never gets around to it.
2013-03-30 22:37:11 -07:00
Henrik Rydgard
634e324975 More work on control 2013-03-31 00:39:58 +01:00
Henrik Rydgard
e78193b907 win32: Save/restore window position 2013-03-30 17:49:02 +01:00
Henrik Rydgard
f02e682021 Merge branch 'master' into win32-gl-ui
Conflicts:
	Qt/Native.pro
2013-03-29 23:37:59 +01:00
Henrik Rydgard
81444c92a1 win32-gl-ui: Cleanup 2013-03-29 21:21:27 +01:00
Henrik Rydgard
724a600381 Buildfix android, misc other fixes, some include cleanup 2013-03-29 20:55:32 +01:00
Henrik Rydgard
187159eb53 win32-gl-ui: Logging fixes, etc. 2013-03-29 20:03:11 +01:00
Henrik Rydgard
949cb2f9eb win32-gl-ui: Debugger kinda works again 2013-03-29 19:52:47 +01:00
Henrik Rydgard
32a599c957 Win32 gl ui: Fixes and tweaks. 2013-03-29 19:32:20 +01:00
Henrik Rydgard
84fd5781de GL UI in Win32: Some basics work. 2013-03-29 18:50:08 +01:00
Henrik Rydgard
23ad4c554a Fix small issue with open dialog path, remove dupe hle func, add and reorder some 2013-03-29 11:15:54 +01:00
Henrik Rydgard
6f7cc57f53 Win32: Add menu choice to open from memstick/PSP/GAME 2013-03-28 20:26:24 +01:00
Henrik Rydgard
e7027b6c9c win32: Add menu option to open memory stick directory 2013-03-28 20:19:10 +01:00
Henrik Rydgard
f8241f4312 Update native. Allow switching mediaengine at runtime (not sure why you'd want to though)t: 2013-03-21 22:50:59 +01:00
Henrik Rydgard
fdb9de2f86 win32 UI tweaks 2013-03-21 18:38:16 +01:00
Henrik Rydgard
53bcb29ef6 GL init: Don't die if wglCreateContextAttribsARB is supported but returns 0. 2013-03-17 14:47:57 +01:00