Commit Graph

337 Commits

Author SHA1 Message Date
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