Commit Graph

161 Commits

Author SHA1 Message Date
The Dax
7ab2da6dfc Simplify loop. 2013-07-02 16:21:42 -04:00
The Dax
2430324c40 Rename "Off" to "Auto", and fix buggy menu. 2013-07-02 16:21:42 -04:00
The Dax
2f2a9073b3 Add ID_OPTIONS_TEXTUREFILTERING_OFF to the int array. Thanks to @unknownbrackets for pointing it out. 2013-07-02 16:21:10 -04:00
The Dax
84702f87d8 Windows GUI: Add option to disable texture filtering to Options menu, since it's missing. 2013-07-02 16:21:10 -04:00
raven02
5d275d7fe9 Consolildate Texture filtering option 2013-06-30 14:58:46 +08:00
oioitff
dc04584ca1 Add a new option to enable
Linear Filtering only for CGs.
2013-06-30 03:35:28 +08:00
Admiral H. Curtiss
802fa0de4c Merge remote-tracking branch 'upstream/master' into nearest_filtering 2013-06-23 23:16:48 +02:00
Admiral H. Curtiss
505f8559c1 Added a "Nearest Filtering" option for testing. 2013-06-23 21:56:07 +02:00
Henrik Rydgard
23ee9b8cd5 Add "Take Screenshot" to Windows version. Writes to "screenshots" subdirectory. No smart file naming yet. 2013-06-22 22:28:48 +02:00
raven02
de4d970ab6 Toggle to adjust VPS/FPS/Both , new timeFormat/dateFormat/buttonPerference 2013-06-19 15:09:01 +08: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
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
4bc25c91d8 Add option to have PPSSPP stay on top of other windows. Fixes #2199 2013-06-10 23:45:12 +02:00
Henrik Rydgard
51daa1f878 Delete the "Use Media Engine" option. 2013-06-08 22:53:36 +02: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
aquanull
2708c03f6e Work around occasional GetI18NCategory() failure in WndProc().
Also fix some variable-shadowing.
2013-06-03 20:56:44 +08: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
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