Commit graph

5652 commits

Author SHA1 Message Date
Henrik Rydgard
6a9e6ce5fe Simplify vertex shaders a little more in the common case of directional lights. 2013-06-24 00:29:30 +02:00
Henrik Rydgård
d467eac6a6 Merge pull request #2416 from unknownbrackets/fbo-minor
Centralize destruction of FBOs, use std::vector
2013-06-23 12:34:09 -07:00
Henrik Rydgård
b1a05c2052 Merge pull request #2419 from raven02/patch-11
Add text shadow to message dialog that match real PSP
2013-06-23 12:12:25 -07:00
Henrik Rydgard
8310d27d7f Bump version numbers 2013-06-23 20:10:00 +02:00
Henrik Rydgard
88e67c7b82 Slightly nicer icons. 2013-06-23 19:53:09 +02:00
Henrik Rydgard
9a934aba9e Update lang 2013-06-23 19:48:26 +02:00
raven02
1a46843996 Add text shadow to message dialog that match real PSP 2013-06-24 01:01:55 +09:00
Henrik Rydgard
30ed5110e5 Possible iOS build fix, see #2418 2013-06-23 18:01:11 +02:00
Henrik Rydgard
3216410ac8 Fix unknown.png issues properly this time :P 2013-06-23 17:57:24 +02:00
Unknown W. Brackets
8c7dfdb0f7 Iterate over vfbs_ using size_t not iter.
This way we know for sure that our erase()s are safe.
2013-06-23 08:51:35 -07:00
Unknown W. Brackets
03cab6edf7 Centralize destruction of FBOs, use std::vector. 2013-06-23 08:19:36 -07:00
Henrik Rydgard
5d1fff328f Update native with a possible fix for task switching on android 2013-06-23 17:17:21 +02:00
Henrik Rydgard
fcd9168ff9 Change vfbs_ back to a list for now. 2013-06-23 17:10:55 +02:00
Henrik Rydgard
67ef7fea3e Various FBO-related fixes, hopefully reducing or removing the related crashes... 2013-06-23 17:05:59 +02:00
Henrik Rydgard
6f24514ad5 Fix unknown.png issues. Hopefully fixes #2411. 2013-06-23 16:24:57 +02:00
Henrik Rydgard
0e61385c2e Mark 4x and 5x texture scaling as "overkill" and "crazy" in the windows menu. Because they really are. 2013-06-23 16:10:27 +02:00
Henrik Rydgård
b5d8eec462 Merge pull request #2415 from raven02/patch-10
Add 4X/5X to texture scaling level for windows
2013-06-23 07:09:26 -07:00
oioitff
ffc3db1429 Bug fix for sceMp3, make sceMp3 work fine. (dunno why this didn't merge before)
Conflicts:
	Core/HLE/sceMp3.cpp
2013-06-23 16:07:37 +02:00
raven02
747d3d2d9c Add 4X/5X to texure scaling level for windows 2013-06-23 21:33:50 +08:00
Henrik Rydgård
46d085eef2 Merge pull request #2410 from 173210/master
Added scePowerGetBatteryTemp support
2013-06-23 03:35:04 -07:00
173210
3fc397c590 Added scePowerGetBatteryTemp support
It returns 0 celsius degrees
2013-06-23 16:52:41 +09:00
Henrik Rydgård
30efa527a7 Merge pull request #2408 from unknownbrackets/savedata
PSPPointer adjustments in savedata
2013-06-22 23:15:53 -07:00
Unknown W. Brackets
dae4156654 Make more savedata struct parts PSPPointers. 2013-06-22 22:49:39 -07:00
Unknown W. Brackets
12232dcad4 Simplify some Memory::GetPointer stuff. 2013-06-22 22:44:00 -07:00
Unknown W. Brackets
f7a717746f Sometimes newData.buf is NULL, don't log an error. 2013-06-22 22:40:48 -07:00
Henrik Rydgård
e715019cde Merge pull request #2405 from raven02/patch-7
Show analog stick/Tilt  should valid only when on-screen control is o...
2013-06-22 14:58:19 -07:00
Henrik Rydgård
d757bc8088 Merge pull request #2406 from unknownbrackets/savedata
Use the saveName by default in MAKE/WRITE/READDATA
2013-06-22 14:55:25 -07:00
Unknown W. Brackets
eb1f39f0eb Use the saveName by default in MAKE/WRITE/READDATA.
Suspected this, but wasn't sure.  Tests confirm it works like AUTOLOAD.
2013-06-22 14:48:09 -07: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
Henrik Rydgård
3034989300 Merge pull request #2403 from unknownbrackets/elf-fix
Allow duplicate HI16 or LO16 in variable relocations pairs
2013-06-22 13:06:16 -07:00
Unknown W. Brackets
d37e224f5c Allow multiple HI16's in a row.
The God Eater demo does in fact use these.  Ugh.
2013-06-22 12:44:25 -07:00
Unknown W. Brackets
1f0d87afd9 Allow multiple LO16s after a HI16 in var relocs.
The God Eater demo uses these sometimes, and it should be safe if the
addresses match or at least overflow to the HI16 the same.
2013-06-22 11:59:35 -07:00
Henrik Rydgård
fbf046986d Merge pull request #2402 from unknownbrackets/texcache
Add some debugging stuff to highlight textures
2013-06-22 11:11:06 -07:00
Unknown W. Brackets
cd213e655b Add some debug code for finding textures. 2013-06-22 10:35:34 -07:00
Unknown W. Brackets
390f0d79fc Add a copy path to ConvertColors RGBA8888.
It's not actually ever called this way, but I'd rather not let someone get
confused if they try to.
2013-06-22 10:16:38 -07:00
Unknown W. Brackets
88fbe6c1b5 Clear lastBoundTexture when binding a null one. 2013-06-22 10:15:30 -07:00
Henrik Rydgård
25e8041076 Merge pull request #2401 from unknownbrackets/mpeg-minor
Eat cycles in sceMpegRingbufferAvailableSize() and cut down memcpy()
2013-06-22 09:55:41 -07:00
Henrik Rydgard
9a0e05f110 Merge branch 'mp3-support' 2013-06-22 18:51:18 +02:00
Henrik Rydgard
3b9e365b1e Allow ELFs to be named PBP, there are a bunch of such homebrew floating around it seems 2013-06-22 18:51:06 +02:00
Henrik Rydgard
4eb1638cc3 Merge remote-tracking branch 'origin' into mp3-support
Conflicts:
	Core/HLE/sceAudio.cpp
	Core/HLE/sceMp3.cpp
2013-06-22 18:08:43 +02:00
Unknown W. Brackets
0b4e93a671 Clean up sceMpegRingbufferAvailableSize().
Avoid a memory copy, some crash checks.
2013-06-22 08:39:25 -07:00
Henrik Rydgard
67c185f8ea Update native to not wait in the opensl callback. Some minor audio optimizations. Also it seems ffmpeg has changed so update it. 2013-06-22 17:37:09 +02:00
Unknown W. Brackets
ca78dd4e6d Eat cycles in sceMpegRingbufferAvailableSize().
Some games call this in a loop, so it affects perf.  And, this eats quite
a few cycles, implying it does a lot more work than I thought it did.
2013-06-22 08:36:31 -07:00
Henrik Rydgård
83c17994f9 Merge pull request #2397 from oioitff/atrac-fix
Start looping if there is not enough samples.
2013-06-22 07:33:40 -07:00
oioitff
2432101216 Start looping if there is not enough samples.
Fix noise in some looping bgm.
2013-06-22 21:25:08 +08:00
Henrik Rydgård
dfe9aeb102 Merge pull request #2392 from unknownbrackets/config-fix
Fix button preference, add another right stick setting
2013-06-22 02:20:44 -07:00
Unknown W. Brackets
a789b9edc2 Add right stick options to DirectInput.
At least, my controller uses Z axis/rotation.
2013-06-21 18:07:50 -07:00