Commit Graph
329 Commits
Author SHA1 Message Date
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
Henrik Rydgard 394a6a0f5c Merge branch 'master' into plugindownload 2013-06-04 23:54:50 +02:00
Jeff Chien f8d7ded2eb Fixed a crash point in the memory viewer (if the symbol map doesn't find
the value).
2013-06-03 21:56:38 -07:00
Henrik Rydgard 0c7833796b Merge branch 'master' into plugindownload
Conflicts:
	Core/Core.vcxproj
	Windows/PPSSPP.vcxproj
	native
2013-06-03 23:42:49 +02:00
Henrik Rydgard f0385aa2ac Use FFMPEG on 64-bit Windows, now that there's a build. 2013-06-03 21:46:10 +02:00
aquanull 2708c03f6e Work around occasional GetI18NCategory() failure in WndProc().
Also fix some variable-shadowing.
2013-06-03 20:56:44 +08:00
Henrik Rydgard b3f3305068 vcproj update: enable multithread build 2013-06-02 23:45:44 +02:00
Henrik Rydgard 8f19cc8855 Initial take at plugin dialog 2013-06-01 23:34:50 +02:00
Unknown W. Brackets ffbe28fc61 Fix some minor type conversion warnings. 2013-05-31 23:14:26 -07:00
Nezarn 1705776759 Change Xbox360 pad left trigger funcionality
With this left trigger will work as tab on keyboard
2013-05-31 16:12:13 +02:00
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