Commit Graph

299 Commits

Author SHA1 Message Date
Henrik Rydgard
572eb26305 Merge branch 'master' into makotech222-cwcheat
Conflicts:
	Core/Core.vcxproj.filters
	Core/HLE/__sceAudio.cpp
	Core/HLE/sceKernel.cpp
2013-05-30 19:11:20 +02:00
Unknown W. Brackets
ee86347610 Hide pop up windows in full screen.
Otherwise, they get in the way even though you can't see them.
2013-05-26 15:00:40 -07:00
Unknown W. Brackets
810cb967f9 Show/hide the cursor correctly.
It uses a counter, so we may need to call it more than once.
2013-05-26 15:00:39 -07:00
aquanull
ef5ba28a0e Add "All files(*.*)" filter to BrowseAndBoot() 2013-05-25 13:45:28 +08:00
mgaver
6667bed5ab Update WndMainWindow.cpp 2013-05-25 01:46:20 +09:00
Henrik Rydgard
880b80823b Some cwcheat cleanups and TODOs. 2013-05-23 13:10:39 +02:00
Henrik Rydgard
f184632ecd Merge branch 'master' into makotech222-cwcheat 2013-05-23 12:54:45 +02:00
nachume
662df67d39 ADD: Pop-up menu for disable bind added to the controls dialog.
FIX: I forgot to delete ControlsMapping instance.
2013-05-23 09:39:36 +09:00
Henrik Rydgard
08e0881c94 Merge branch 'cwcheat' of https://github.com/makotech222/ppsspp into makotech222-cwcheat
Conflicts:
	Core/Config.cpp
	Core/Config.h
	Core/Core.vcxproj.filters
	Core/HLE/sceKernel.cpp
2013-05-22 21:04:12 +02:00
Henrik Rydgard
1b813ec984 Add back the deadzone to XInput, definitely required with my pad. Restore the magnitude square root. 2013-05-22 18:53:06 +02:00
Henrik Rydgard
fe41d405c0 Add KrossX's fix for XInput analog range. The PSPs analog is really far extended outside the circle, even further than the 360. 2013-05-22 18:32:18 +02:00
Henrik Rydgard
059aed36ee Add on-screen feedback for some keyboard shortcuts (so you know which setting was changed) 2013-05-22 18:00:06 +02:00
Unknown W. Brackets
f58d94ea9d Control dialog supports 16, don't customize tab. 2013-05-20 07:43:58 -07:00
Unknown W. Brackets
1968701dc5 Swap TAB back to turbo, and F3 to toggle. 2013-05-20 01:47:06 -07:00
Henrik Rydgard
b4c01c236b x64 buildfix 2013-05-19 14:10:05 +02:00
nachume
d24e5be256 FIX : keyboard bind issue, can not be setting of analog key.
ADD: set the dead zone to the axis of the DirectInput.
2013-05-19 18:12:22 +09:00
Steven Cherry
9d2667fc0d Second to last commit
Everything but getting ISO name
2013-05-18 17:04:01 -05:00
nachume
4062059c2e Add check init Controls Dialog and ControlMapping constructor 2013-05-18 22:59:13 +02:00
raven02
fdf52dd66a Buildfix 2013-05-17 08:24:39 +08:00
Steven Cherry
409edfd5e7 Set 'F3' on keyboard to toggle, in addition to left thumb stick (for keyboard users)
Fix graphics screen 'Fps Limit' from being unable to close out, making options below it unreadable.
2013-05-14 19:00:43 -05:00
Henrik Rydgård
9248a19dd8 Merge pull request #1739 from makotech222/master
Custom Fps Limiter
2013-05-14 06:33:53 -07:00
Steven Cherry
992b6aad12 Fix 2013-05-13 19:45:49 -05:00
Steven Cherry
0a70803897 Allow Tab to Unthrottle 2013-05-13 19:28:09 -05:00
aquanull
fd9f663e2e Remove old junk. 2013-05-13 17:13:49 +08:00
aquanull
d489915d70 Fix menu command shortcut keys. 2013-05-13 16:33:06 +08:00
Unknown W. Brackets
3cd391c3e2 Fix crashes / bad errors when loading a file fails. 2013-05-12 19:51:16 -07:00
CrazyMax
960d1f9be9 add D-Pad diagonals for DirectInput; 2013-05-11 17:45:09 +03:00
Steven Cherry
ddf8b26c87 Fixed Config saving
Fps limit now saves in configuration. It can also be edited there to
allow for any value of fps.
2013-05-11 09:03:33 -05:00
oioitff
a99d86d43f Fix sound noise for PC. 2013-05-11 03:36:28 +08:00
Steven Cherry
e7622ebbd6 Custom Fps Limiter
First time contributing. Set FPS limit on second page of graphics
settings. Press Tab key or on 360 controller, press left stick to toggle
between 3 states.
2013-05-09 19:36:23 -05:00
Henrik Rydgard
96cb66a988 Windows: Use prebuilt FFMPEG for 32-bit builds. 2013-05-08 22:11:05 +02:00
Peter Thoman
f49cc04c7d Merge branch 'master' of https://github.com/hrydgard/ppsspp
Conflicts:
	Windows/resource.h
2013-05-05 01:38:47 +02:00
Peter Thoman
bfe1cb9ca2 Added bicubic texture filtering and hybrid bicubic texture filtering options 2013-05-05 01:27:15 +02:00
Henrik Rydgard
e254dbf6aa Delete junk from Windows/resource.h . More cursor stuff. 2013-05-04 23:54:22 +02:00
Henrik Rydgard
d053d3c8b4 Windows Cursor fixes: Show mouse cursor in menu in fullscreen. Remove ClipCursor calls, not necessary. 2013-05-04 23:21:51 +02:00
Peter Thoman
3c2ee6bd65 Added texture deposterization option 2013-05-03 16:26:02 +02:00
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
Henrik Rydgård
4df7549a8c Merge pull request #1637 from raven02/patch-2
Hide mouse cursor in full screen mode (Windows)
2013-05-03 00:16:04 -07:00
Sacha
2396574f45 Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:22:15 +10: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
d70641d3f2 Manual merge 2013-05-02 14:25:18 +02:00
Unknown W. Brackets
f74c4617ad Clean up some menu options and consistency.
Fixes cases where the & is already used, uses title case consistently,
and moves a couple options around to make the menu shorter and more
organized so related options are near each other.
2013-05-02 00:39:10 -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