Commit graph

5588 commits

Author SHA1 Message Date
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
Sacha
a4bdd4bfc4 Clean up RE code in sceChnnlsv.{cpp,h} 2013-06-21 04:23:34 +10:00
raven02
e224180ba6 Add "Cleanup Recents" button 2013-06-21 01:37:52 +08:00
The Dax
32bedefe20 Windows: Make DirectSound buffer global to allow sound to be played, even if other applications like Steam are brought to the foreground. 2013-06-20 12:50:10 -04:00
Henrik Rydgård
e6fb1b2e1a Merge pull request #2368 from unknownbrackets/mpeg-fix
For now, ignore duplicate sceMpegInit()/Finish()'s.
2013-06-20 02:04:16 -07:00
Unknown W. Brackets
2863e74e52 For now, ignore duplicate sceMpegInit()/Finish()'s.
Need to properly handle module unload for this to work right.

Fixes #2364.
2013-06-20 01:53:07 -07:00
Henrik Rydgård
a200be86f0 Merge pull request #2366 from unknownbrackets/ctrl-fix
Fix sceCtrl analog range for all input devices.
2013-06-20 01:24:27 -07:00
Unknown W. Brackets
362c5be657 Tweak the ctrl analog rounding to be safer. 2013-06-20 01:11:45 -07:00
Unknown W. Brackets
250260cccd Fix sceCtrl analog range for all input devices.
It should map (-1.0... 0.0... 1.0) to (0... 128... 255.)  However, it was
instead being mapped to (1... 128... 255.)  This was causing games to not
respect analog movement if they checked for 100%.

Fixes #2363.
2013-06-20 01:00:53 -07:00
Henrik Rydgård
df4adeec35 Merge pull request #2365 from thedax/sceNetAndHttpStubs
Implement more sceNet and sceHttp stubs
2013-06-20 00:30:59 -07:00
The Dax
b989292c7c Fix typo in __UpdateAdhocctlHandlers and remove stray carriage return. 2013-06-20 03:20:10 -04:00
The Dax
c5dfccd55d Implement more sceNet and sceHttp stubs.
List includes:
sceNetApctlAddHandler
sceNetApctlDelHandler
sceNetApctlInit
sceNetApctlTerm
sceNetInetInit
sceNetInetTerm
sceHttpInit
sceHttpEnd
2013-06-20 03:15:07 -04:00
Henrik Rydgård
283f382aff Revert "Attempted workaround for issue #2308. Needs plenty of testing! Fixes black screens in GTA when pausing for example."
This reverts commit f2b7096bdf.
2013-06-20 01:26:18 +02:00
Henrik Rydgard
f2b7096bdf Attempted workaround for issue #2308. Needs plenty of testing! Fixes black screens in GTA when pausing for example. 2013-06-19 23:55:36 +02:00
Henrik Rydgard
56aeab6558 Update ffmpeg 2013-06-19 23:27:45 +02:00
Henrik Rydgard
182644b57c Update native with another touch control fix 2013-06-19 22:18:23 +02:00
Henrik Rydgard
fa335c83d3 Modify DInput and touch analog to not clamp to a circle. Tries to fix #2316 2013-06-19 20:47:42 +02:00
Henrik Rydgard
61b510b753 Open ISOs very slightly faster by not reopening 2013-06-19 20:47:42 +02:00
Sacha
0839a6ed07 Fix frozen black screens for non-FFMPEG platforms 2013-06-20 01:34:34 +10:00
raven02
2dad8cb90d Quick fix spacing issue on Pause menu 2013-06-19 21:49:51 +08:00
Henrik Rydgård
bfb9b2fd6d Warning fix 2013-06-19 15:06:04 +02:00
Henrik Rydgard
d81533e8d8 Fix lint warning. Update native with audio buffer size detection. 2013-06-19 14:28:42 +02:00
Henrik Rydgard
1b941b1a7b UI tweaks 2013-06-19 13:13:23 +02:00
Henrik Rydgard
c021c93883 More minor audio optimizations 2013-06-19 13:13:02 +02:00
Henrik Rydgard
8f9562cde4 Remove gl enum hacks in texturecache (doesn't seem to work, get bad log output on adreno) 2013-06-19 12:42:04 +02:00