Commit Graph

453 Commits

Author SHA1 Message Date
Unknown W. Brackets
fc50094725 Add back the right stick, but no UI.
Not sure where to fit it...
2013-07-07 16:17:04 -07:00
Unknown W. Brackets
e45863cb87 Support binding analog backwards. 2013-07-07 16:14:28 -07:00
Unknown W. Brackets
5f382c5ab0 Unpress the reverse direction, avoids sticking. 2013-07-07 16:10:21 -07:00
Unknown W. Brackets
8e5d115c8e Get basic axis mapping working. 2013-07-07 16:10:20 -07:00
Henrik Rydgard
bab30279c2 fbo_unbind should not be necessary when pausing anymore. 2013-07-08 01:01:47 +02:00
Henrik Rydgard
613b9ec994 Change a variable name to match the name used in the ini file. Default screenshots to JPG. 2013-07-08 00:10:23 +02:00
Henrik Rydgard
a4e95e5ce9 Fix touch buttons that got broken. Also, make the onscreen turbo a pure unthrottle, I don't understand how the other is supposed to work heh (checking iFrameLimit?) 2013-07-08 00:08:43 +02:00
dykebeard
dc0a7de62b PNG screenshot writing 2013-07-07 14:56:18 -04:00
Henrik Rydgard
ab1b7e7288 Get rid of remaining legacy key mappings. Make Pause and F3 mappable, add default mappings. You may need to manually map these if you have an old ppsspp.ini. 2013-07-07 14:08:08 +02:00
Henrik Rydgard
19a6edd6cc Let the user map unthrottle and rapidfire. Make more keys mappable. 2013-07-07 11:25:19 +02:00
Henrik Rydgard
47dae8c004 Fix bug with unthrottle as virtual key. Add button to restore default key mappings. 2013-07-07 11:25:19 +02:00
Henrik Rydgard
cee45d0ad2 Win32: Switch to RawInput for keyboard processing. Lets us distinguish LSHIFT/RSHIFT and LCTRL/RCTRL. 2013-07-07 11:25:18 +02:00
Unknown W. Brackets
861eafef26 Make pause/speed virtual buttons work again.
Fixes #2669.
2013-07-06 23:06:35 -07:00
Unknown W. Brackets
fcf9a374a7 Make it easier to test the pause button. 2013-07-06 23:06:34 -07:00
Unknown W. Brackets
efb2ab52b4 Add a rapid fire virtual key, like before. 2013-07-06 23:06:34 -07:00
Unknown W. Brackets
1ab86a68c9 Add rapid fire ctrl interface, minor cleanup. 2013-07-06 23:06:32 -07:00
bagnz0r
669216fcab This should be better, previous values still caused a peak blowout. Also
limited sound SE and BGM value to 8, because any higher and you have
garbage.
2013-07-06 23:40:05 +02:00
bagnz0r
26654555b4 Updated block values so that we will have lower latency audio...
Additionally I have fixed the issue with too loud sound effects and broken
buttons in audio settings screen. Before this fix, you wouldn't be able to
set the volume above 5 despite the fact that 8 is the default value.
5
2013-07-06 23:23:17 +02:00
Henrik Rydgard
acf94a35f8 Minor audio optimization 2013-07-06 22:21:52 +02:00
Henrik Rydgard
989f791f79 Fix virtual analog stick getting stuck. Fixes #2653. 2013-07-06 22:08:43 +02:00
Henrik Rydgård
9d2e8b1799 Merge pull request #2632 from raven02/patch-3
Add preliminary volume control for BGM and SE
2013-07-06 12:18:40 -07:00
Henrik Rydgard
b0ee3a173a Add mechanism for unlimited mappable virtual keys (not restricted by some bitfield). Use it to implement X/Y analog key mapping. 2013-07-06 20:45:44 +02:00
Henrik Rydgard
cc58e34cf8 Remove legacy key mapping and associate devices with keys (DInput has been left behind for now, will be fixed up soon). Saving is broken, will be fixed soon. 2013-07-06 20:45:44 +02:00
raven02
6c3895491e Add preliminary volume control for BGM and SE 2013-07-06 16:54:13 +08:00
Henrik Rydgård
a56e97d58c Merge pull request #2617 from raven02/patch-2
More adjustable unlock CPU clock and misc UI item fixes
2013-07-05 12:17:41 -07:00
Daniel Dressler
78e0d301c3 Fix misleading var name
Update() can be called at subframe intervals.
2013-07-04 12:12:50 -07:00
Daniel Dressler
c44569588b Fix typo 2013-07-04 11:01:21 -07:00
Daniel Dressler
1c513c1bd0 Fix forgetting pressed keys 2013-07-04 10:59:19 -07:00
raven02
de029465cf More adjustable unlock CPU clock and misc fixes 2013-07-04 23:45:30 +08:00
Daniel Dressler
6d290f4530 Make key map screen hint which map conflicts 2013-07-03 22:29:18 -07:00
Daniel Dressler
5983a838a5 Fix emu screen trashing legacy input 2013-07-03 19:04:29 -07:00
Henrik Rydgård
c01a69df30 Merge branch 'master' of https://github.com/daniel-dressler/ppsspp into daniel-dressler-master
Conflicts:
	CMakeLists.txt
2013-07-03 17:59:44 +02:00
raven02
f525ea07eb Toggle to unlock CPU speed 2013-07-03 16:31:30 +08:00
raven02
ea1f9e268e Toggle to add "Full screen" and "Skip updating PSP Memory" 2013-07-03 16:12:49 +08:00
raven02
c4c95692b7 Toggle to bind right analog stick 2013-07-03 16:12:46 +08:00
Daniel Dressler
770456156d Make both modern and legacy key mapping input work 2013-07-02 20:49:30 -07:00
Daniel Dressler
20399b9d6c Make key mapping screen save changes 2013-06-30 22:48:15 -07:00
Daniel Dressler
643133238f Make emu core use key mapped keys 2013-06-30 21:43:01 -07:00
Juliano do Amaral Chaves
92b9c3b8b8 Improvements in the location and layout of the menus
1 - Included the page number in the graphics settings

2 - Included resource for locating in the of logo screen

3 - Adjustments of some buttons in the screen of graphics settings, to improve when translated

4 - Fix the reading of the "Locked CPU Speed" through the INI file

Note: Do not know if I could, but I took the liberty to include my nick in the credits as a contributor
2013-06-30 20:00:35 -03:00
Henrik Rydgård
f5da5f4cf6 Merge pull request #2544 from raven02/filtering-ui
Consolildate Texture filtering option
2013-06-30 00:11:12 -07:00
Henrik Rydgård
0d32163248 Merge pull request #2542 from unknownbrackets/fps-limit
Add an optional hack to force <= 60 FPS
2013-06-30 00:07:24 -07:00
Unknown W. Brackets
5684c32165 Just use FPS except in the name.
Hopefully users don't get confused.  I don't think "internal FPS" is gonna
fit for all languages in a way that makes sense.
2013-06-30 00:05:38 -07:00
Unknown W. Brackets
3eb5e917ee Change the config setting to not say game. 2013-06-30 00:02:33 -07:00
raven02
5d275d7fe9 Consolildate Texture filtering option 2013-06-30 14:58:46 +08:00
Unknown W. Brackets
64e1ad3e5e Add UI for forcing FPS at 60. 2013-06-29 20:54:06 -07:00
Unknown W. Brackets
4f68703cfd Rename "VPS"/"FPS" to "Speed"/"FPES" so it's clear.
Still scaled to 60, but could change to 100 instead?

"FPES" is "frames per emulated second."  Or we could change it instead...
2013-06-29 20:06:34 -07:00
Daniel Dressler
a7a4ad5f06 Fix key map screen forgeting last pressed key 2013-06-29 19:20:23 -07:00
Juliano do Amaral Chaves
9423bf8537 Creates location for the credits 2013-06-29 18:21:23 -03:00
oioitff
dc04584ca1 Add a new option to enable
Linear Filtering only for CGs.
2013-06-30 03:35:28 +08:00
raven02
26049e213f Add UI::EventReturn OnExit 2013-06-28 20:31:10 +08:00
raven02
ccb26fe883 Add EXIT button to new UI 2013-06-28 20:29:15 +08:00
Daniel Dressler
d1e015b6ae Make set key map screen show last pressed key 2013-06-27 20:05:54 -07:00
Sacha
217e6482eb Qt Buildfix. 2013-06-28 03:40:45 +10:00
Henrik Rydgard
4f3ccf011e Oops x3 2013-06-27 16:53:11 +02:00
Henrik Rydgard
bf624f8c8a Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-27 16:29:23 +02:00
Henrik Rydgard
604ad0181b Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini
Conflicts:
	UI/MenuScreens.cpp
2013-06-27 16:28:38 +02:00
raven02
6d969cc39f Performance fix : disable atrac3 along when sound disabled 2013-06-27 18:54:50 +08:00
Daniel Dressler
14bce01a33 Fix key map settings screen using wrong enums 2013-06-26 20:22:45 -07:00
Henrik Rydgård
e440fa606e Merge pull request #2235 from thedax/master
User controllable CPU speed option
2013-06-26 14:57:40 -07:00
Henrik Rydgard
cc23937150 Add some contributors to credits list 2013-06-26 23:18:15 +02:00
Henrik Rydgard
cc414296d6 Merge branch 'master' of https://github.com/jtraynham/ppsspp into jtraynham-master
Conflicts:
	lang
	pspautotests
2013-06-26 22:56:53 +02:00
The Dax
62342668d7 Rebased to latest master. 2013-06-26 16:01:07 -04:00
Henrik Rydgard
d01b0ea6a6 Hide the plugin download button on the main menu after downloading it. 2013-06-26 21:26:44 +02:00
Henrik Rydgard
563cf1acfa Show a button on first run instead of taking the user directly to the plugin download screen. Ensures that the emu is usable even if the download would crash. 2013-06-25 23:30:49 +02:00
Jake Traynham
24961e28ef iOS Audio fixes 2013-06-25 16:18:16 -05:00
Daniel Dressler
29271f67d7 Sync KeyMap to native changes 2013-06-24 21:34:14 -07:00
Daniel Dressler
c442e1dbb0 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-23 20:43:05 -07: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
fe132af9ec Renamed Nearest and Linear Filtering to Force Nearest/Linear Filtering.
Made sure that both options aren't active at the same time.
2013-06-23 22:39:32 +02:00
Admiral H. Curtiss
505f8559c1 Added a "Nearest Filtering" option for testing. 2013-06-23 21:56:07 +02:00
Henrik Rydgard
3216410ac8 Fix unknown.png issues properly this time :P 2013-06-23 17:57:24 +02:00
Henrik Rydgard
6f24514ad5 Fix unknown.png issues. Hopefully fixes #2411. 2013-06-23 16:24:57 +02:00
raven02
747d3d2d9c Add 4X/5X to texure scaling level for windows 2013-06-23 21:33:50 +08:00
raven02
643b3b0c71 Keep Tilt to Analog even without on-screen control 2013-06-23 05:46:54 +08:00
raven02
a6e80d318b "Show analog stick"/"Tilt" should only valid when on-screen control is on 2013-06-23 05:30:54 +08:00
Henrik Rydgard
9161c1e289 Use unknown.png for missing pbp/elf icons 2013-06-22 23:25:22 +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
Unknown W. Brackets
2438259c8a Improve button preference UI (there's always one.) 2013-06-21 17:40:41 -07:00
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
Sacha
2570268393 Remove 'BLACKBERRY10' define as it is now the minimum OS requirement. 2013-06-21 15:40:52 +10:00
raven02
77983b690a Minor UI space fixing 2013-06-21 11:13:08 +08:00
Daniel Dressler
eefcc9ba83 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-20 18:56:53 -07:00
Henrik Rydgard
7ebc5b6daa Fix typo, update lang (latest Swedish translation and more) 2013-06-20 22:37:19 +02:00
Henrik Rydgard
2953d01d15 UI tweaks 2013-06-20 21:57:09 +02: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
raven02
a6c9c7e7c6 Comment out date/time format buttons 2013-06-21 02:54:10 +08:00
raven02
e224180ba6 Add "Cleanup Recents" button 2013-06-21 01:37:52 +08:00
raven02
2dad8cb90d Quick fix spacing issue on Pause menu 2013-06-19 21:49:51 +08:00
Henrik Rydgard
1b941b1a7b UI tweaks 2013-06-19 13:13:23 +02:00
raven02
d24ad28ceb Follow as 1/2/3 option 2013-06-19 15:24:35 +08:00
raven02
de4d970ab6 Toggle to adjust VPS/FPS/Both , new timeFormat/dateFormat/buttonPerference 2013-06-19 15:09:01 +08:00
raven02
4266db8a29 Set width to 60 2013-06-18 21:17:53 +08:00
raven02
ec0f725418 Add multple save/load slot in UI Pause Menu 2013-06-18 18:11:47 +08:00
raven02
ab545a1cf0 Toggle to adjust on-screen buttons scaling 2013-06-18 17:44:39 +08:00
raven02
f0c7c8538f Adjust by +5/-5 , relaod cheat show only when enabled cheat 2013-06-18 14:03:49 +08:00
Daniel Dressler
c4cf35f782 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-17 20:51:17 -07:00
raven02
e5202cebda Toggle to adjust opacity in UI Controls 2013-06-18 09:45:13 +08:00
Henrik Rydgard
c1fc92c29b Fit more languages on the language screen, trying to fix #731 temporarily. Also add home button to file selector. 2013-06-18 01:22:10 +02:00
Henrik Rydgård
c4abec3560 Add option for very transparent touch buttons 2013-06-17 20:28:22 +02:00
raven02
113ed42500 Add VSync to UI Graphics (WIN only) 2013-06-17 20:06:17 +08:00
Unknown W. Brackets
6ff9cf64ca Measure flips per second. 2013-06-17 00:20:27 -07:00
Henrik Rydgard
c35b206398 Update native to fix excessive logging on android, minor ui tweaks 2013-06-16 22:53:13 +02:00
Henrik Rydgård
5c14ec134c Add support for external at3plus decoders on MacOSX 64bit. 2013-06-16 12:43:37 +02:00
Daniel Dressler
0befec3358 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-15 18:37:08 -07:00
Unknown W. Brackets
9625f90477 Previous on the left, next on the right.
Stay consistent at least.  Fixes #2282.
2013-06-15 11:59:57 -07:00
Henrik Rydgård
0b433d28ba Add some more people to contributors in the Credits scroller. 2013-06-15 15:05:01 +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 Rydgård
4437e0dfc7 Merge pull request #2263 from raven02/master
Quick fix wrong sizing of CIRCLE image and misc UI refinements
2013-06-15 02:17:38 -07:00
raven02
cf37d569a5 Shorter string for Enable compatibility report servers 2013-06-15 14:54:50 +08:00
raven02
c7d3caf5f7 Make frameskipping UI consistents with others 2013-06-15 14:36:07 +08:00
raven02
6d82479fe5 Only display "download atrac3+ plugin" when it is not installed. 2013-06-15 14:30:34 +08:00
raven02
de0b94542f Display current selection for texture scaling 2013-06-15 15:23:14 +09:00
raven02
136c05c722 Minor spacing fix 2013-06-15 13:51:54 +08:00
raven02
2aec47e702 Optimizing the space to put in single line for texture scaling and AF as well 2013-06-15 13:50:18 +08:00
raven02
8821528d01 Optimizing the space to put in single line for frame skipping and fps limit 2013-06-15 14:43:49 +09:00
raven02
d821946da5 Only show option to select when enabled frameskip and FPS limit 2013-06-15 13:26:38 +08:00
raven02
c0d51065d6 Display current AF 2013-06-15 13:08:00 +08:00
raven02
c96bf8d375 Swap the position of next and prev button for better navigation 2013-06-15 12:38:22 +08:00
The Dax
c8917bfbaf No need to have an if true there. 2013-06-14 13:11:35 -04:00
The Dax
4ba1373985 Fix ifdefs not to break iOS. 2013-06-14 13:07:13 -04:00
The Dax
a2853d4986 Changed my previous implementation to an ifdef at Henrik's request. Disable touch controls for "desktop" platforms(Windows/Linux/mac). The intention was to disable the invisible controls, but this commit will break the touch controls completely, even if visible. Platforms such as Android/Meego shouldn't be affected. 2013-06-14 03:45:03 -04:00
Daniel Dressler
cd69ec3acb Merge branch 'master' of github.com:hrydgard/ppsspp 2013-06-13 20:31:09 -07:00
Henrik Rydgard
ea2b923ddf Logic precedence error, warning fixes 2013-06-11 11:05:34 +02:00
Henrik Rydgard
e115ed4187 Work-around crash in sceMpeg with bad ringbuffer address.
Add reminder on first run to access the ingame menu with ESC on windows.
2013-06-11 00:51:10 +02:00
Henrik Rydgard
062979d8d9 Fix crash when clicking UI early. Fixes #2196 2013-06-10 23:47:49 +02:00
Henrik Rydgard
82b466758c Update native, fixing bug that prevented plugin downloads from working on Android. Fix black background.t 2013-06-10 23:21:47 +02:00
Henrik Rydgard
84a9209285 More new-ui - a toggle, for example. 2013-06-10 22:06:51 +02:00
Henrik Rydgard
df6199d353 Move some stuff to native. Show game icon on newui game screen. Turn it off again (oops) 2013-06-09 13:42:00 +02:00
Henrik Rydgard
2afbc94734 Turn off RTTI, simulate it where needed. 2013-06-09 13:02:16 +02:00
Henrik Rydgard
645e8a7705 More NewUI, bugfix in ParamSFO where strings were created to include the trailing zero. 2013-06-09 12:41:12 +02:00
Henrik Rydgard
cf2422002c GameInfoCache: Get game and save sizes. 2013-06-09 11:54:03 +02:00
Henrik Rydgard
533541615f Merge branch 'master' of github.com:hrydgard/ppsspp
Conflicts:
	UI/GameInfoCache.h
2013-06-08 23:01:49 +02:00
Henrik Rydgard
51daa1f878 Delete the "Use Media Engine" option. 2013-06-08 22:53:36 +02:00
Henrik Rydgard
bb3c91f8bb Some New-UI work (disabled, it's not really ready yet). 2013-06-08 22:47:06 +02:00
aquanull
2a6b35f3ad Fix missing Pause Screen BG if the game is exited once and then replayed. 2013-06-09 00:41:20 +08:00
Henrik Rydgard
3b07090682 Give GameInfo some new powers, like deleting savedata (no UI yet) and computing file sizes. Recognize directories with EBOOT.PBP in them as "games" in their own right, makes things a little cleaner. 2013-06-08 17:52:51 +02:00
Swyter
074e64a699 *Differenciate between Latin-american Spanish and Spanish from Spain.
*Differenciate between Brazilian Portuguese and Portuguese from Portugal.
2013-06-06 15:26:57 +02:00
Henrik Rydgard
e7097ca95a Fall back to software transform when hardware transform fails. Should help Mali devices.
This is done per shader so the speed hit should not be as bad as turning hw transform off entirely.
Displays a red error at the top of the screen so that we don't trigger this accidentally.
2013-06-06 10:09:37 +02:00
Henrik Rydgard
2221f221e3 Only create backing texture for DrawPixels when needed. 2013-06-05 23:03:23 +02:00
Henrik Rydgard
a3dd3b53c3 Implement a couple basic Psmf functions, unify some project settings, update native. 2013-06-05 21:24:14 +02:00
Henrik Rydgard
28eb21a0d1 More UI fixes 2013-06-05 16:48:16 +02:00
Henrik Rydgard
691771244f Hide the atrac3plusdecoder autoinstaller on platforms where it's not yet supported 2013-06-05 00:03:37 +02:00
Henrik Rydgard
5e28df26b2 Fixes and cleanup 2013-06-04 23:54:37 +02:00
Henrik Rydgard
74638ef4ae More autodownload UI work etc 2013-06-04 22:32:52 +02:00
Henrik Rydgard
7c27311b23 More tweaks to pluginscreen 2013-06-04 01:25:30 +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
Henrik Rydgard
54f5377196 PluginScreen progress 2013-06-03 19:58:42 +02:00
aquanull
cd499b6ddf Re-arrange many menu screen elements to fit in most situations.
Even add a new screen for frame settings.
Unfortunately, in some languages certain words and phrases are so long^n that they will fail under 800×480 (or even lower) resolution.
2013-06-04 01:05:10 +08:00
aquanull
af30671c12 Exit from UI Menu Screen better. Fix crash under debugging if Pause Screen has ever been used. 2013-06-03 21:13:17 +08:00
Henrik Rydgård
7b09062611 Merge pull request #1973 from aquanull/language
Update lang/ and zim assets.
2013-06-03 02:32:53 -07:00