Commit Graph

5619 Commits

Author SHA1 Message Date
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
Unknown W. Brackets
47b0c5962a Add a right stick config for Valkyria Chronicles. 2013-06-21 17:59:12 -07:00
Unknown W. Brackets
8fe9620350 Always use iButtonPreference, fixes #2390. 2013-06-21 17:45:39 -07:00
Unknown W. Brackets
2438259c8a Improve button preference UI (there's always one.) 2013-06-21 17:40:41 -07:00
Henrik Rydgård
aab081fa81 Merge pull request #2388 from oioitff/patch-2
Use a larger index buffer.
2013-06-21 15:41:03 -07:00
Sacha
cee1bcf7e9 Symbian buildfix. 2013-06-22 04:56:39 +10:00
Sacha
0d808188a0 Add FFMPEG support for Symbian. 2013-06-22 03:00:35 +10:00
oioitff
2fa9637818 Use a larger index buffer.
Fix crash for 7th Dragon 2020 at some certain places.
2013-06-21 23:42:09 +08:00
Sacha
286caf3deb Linux Qt buildfix. 2013-06-22 01:33:55 +10:00
Sacha
b90504a0dc CMake ffmpeg: Use correct include dir (which does vary for each platform). 2013-06-22 01:33:55 +10: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
raven02
2fe8663ad0 Rename Linear filtering as 2013-06-21 16:21:13 +08:00
Henrik Rydgård
266ce888f2 Fix to buttonpreference 2013-06-21 10:02:57 +02:00
Henrik Rydgård
cc705c72eb Revert "Support tex level factor 000001 (fixed at 0, that is, mipmapping off)"
This reverts commit eaede89761.

Conflicts:
	GPU/GLES/TextureCache.cpp
2013-06-21 10:02:57 +02:00
Henrik Rydgård
282be7fd5d Merge pull request #2382 from unknownbrackets/windows-ui
Make sure Windows shuts down its audio properly.
2013-06-21 00:55:39 -07:00
raven02
d41ed97008 use lowercase for cheats to be consistent with lang/memstick/assets etc 2013-06-21 15:54:26 +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
Sacha
2570268393 Remove 'BLACKBERRY10' define as it is now the minimum OS requirement. 2013-06-21 15:40:52 +10:00
Sacha
5f01acd03b Clean up CMakeLists with regards to FFMPEG. 2013-06-21 15:33:29 +10:00
raven02
77983b690a Minor UI space fixing 2013-06-21 11:13:08 +08:00
raven02
0c1dea77d7 Remove Wireframe option in windows 2013-06-21 11:01:00 +08:00
Henrik Rydgard
4bb9e32f03 Atrac3: Bail on bad data 2013-06-21 01:01:28 +02:00
Henrik Rydgard
916184d2f4 Optimize the most common light type, directional, by doing the normalization beforehand. May shorten some shaders below Mali's limit with luck. 2013-06-20 23:30:21 +02:00
Henrik Rydgard
34e6b72599 Fix nomip check bug 2013-06-20 23:06:05 +02:00
Henrik Rydgard
7ebc5b6daa Fix typo, update lang (latest Swedish translation and more) 2013-06-20 22:37:19 +02:00
Henrik Rydgard
2694343243 Another attempt at reusing bigger framebuffers. Doesn't solve everything but hopefully won't break much like the last attempt. 2013-06-20 22:19:20 +02:00
Henrik Rydgard
2953d01d15 UI tweaks 2013-06-20 21:57:09 +02:00
Henrik Rydgard
27f8f6a2f5 Logging reduction 2013-06-20 21:57:09 +02:00
Henrik Rydgard
eaede89761 Support tex level factor 000001 (fixed at 0, that is, mipmapping off) 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
Henrik Rydgård
0eab34a33e Merge pull request #2367 from xsacha/master
Clean up RE code in sceChnnlsv.{cpp,h}
2013-06-20 11:46:05 -07:00
Henrik Rydgård
cc63ae7023 Merge pull request #2373 from thedax/dsoundFix
Windows: Make DirectSound buffer global to allow sound to be played
2013-06-20 11:34:55 -07:00