Sacha
ecfe43c149
CityHash is not used anymore, so we won't compile it.
2013-10-28 03:26:00 +10:00
Sacha
9fcb08a326
Use swap code from native instead. Remove all other versions of it.
2013-10-28 03:07:32 +10:00
Sacha
484cb8211c
Removed unused OpenSSL code and don't compile it.
2013-10-28 01:18:29 +10:00
Sacha
005e3cb5a8
Remove unnecessary compiles from CMake, Qt.
2013-10-28 00:28:18 +10:00
Sacha
2c74693f6c
VSync codepath only works on _WIN32 so only show it and check it there.
2013-10-27 23:09:46 +10:00
Henrik Rydgård
525767dc27
EmuScreen: Only react to keydowns when looking for the back key.
2013-10-27 10:50:45 +01:00
Henrik Rydgård
7848faa7c4
Update native with another attempt at fixing #4272
2013-10-27 10:37:46 +01:00
Henrik Rydgård
974376735e
Merge pull request #4332 from bollu/clickEntireButton
...
fix checkbox bug in touch control visibility screen
2013-10-27 02:07:36 -07:00
Henrik Rydgård
0ae5e5cf1c
Fix returning to game with ESC or other mapped back button, minor
...
cleanups.
2013-10-27 10:04:38 +01:00
Henrik Rydgård
ea05c934d8
Merge pull request #4320 from raven02/patch-3
...
Apply offset by 1px for our provided fonts
2013-10-27 00:58:17 -07:00
Henrik Rydgård
7b982c05fc
Merge pull request #4331 from unknownbrackets/perf
...
Always compile xxhash with optimizations (debug only)
2013-10-27 00:56:22 -07:00
Henrik Rydgård
2132668af8
Merge pull request #4330 from unknownbrackets/volume-fix
...
Respect the bgm vol setting for at3, mp3, video
2013-10-27 00:55:25 -07:00
Henrik Rydgård
5408a06e6c
Merge pull request #4274 from unknownbrackets/fb-minor
...
Detach framebuffers when texcache match fails, properly
2013-10-27 00:53:44 -07:00
Henrik Rydgård
7c657cf146
Merge pull request #4329 from unknownbrackets/warnings
...
Warning fixes
2013-10-27 00:53:28 -07:00
Siddharth
b50f4d4287
merged upstream changes
2013-10-27 11:48:59 +05:30
Siddharth
ee58091b87
link Choice onClick to checkbox Toggle so that click is registered
...
fix merge linker error
2013-10-27 11:30:23 +05:30
Unknown W. Brackets
18e109493f
Always compile xxhash with optimizations.
...
Makes the debug build faster.
2013-10-26 19:51:50 -07:00
Unknown W. Brackets
4f090f4122
Get rid of some magic numbers.
2013-10-26 19:35:51 -07:00
Unknown W. Brackets
ad8c4af936
Respect the bgm vol setting for at3, mp3, video.
2013-10-26 19:33:25 -07:00
raven02
92042e6b55
Apply offset by 1px to our provided PSP fonts
2013-10-27 10:02:13 +08:00
Unknown W. Brackets
81823d0d74
Fix a small type comparison warning.
2013-10-26 18:52:56 -07:00
Unknown W. Brackets
e3834d5833
Avoid some unlikely uninitialized values.
2013-10-26 18:31:14 -07:00
Unknown W. Brackets
95c68ae1e7
Assert some unlikely buffer overflows.
2013-10-26 18:30:55 -07:00
Unknown W. Brackets
597b2fe597
Align the GPU so the tick count can be aligned.
...
It's atomic for free on 64 bit, but only if it's aligned.
2013-10-26 18:29:44 -07:00
Sacha
c5532be6af
Update readme.
2013-10-27 11:12:54 +10:00
Unknown W. Brackets
ffa0f2fb44
Fix some arm emitter warnings on win64.
...
We link it in for debugging purposes.
2013-10-26 17:57:40 -07:00
Unknown W. Brackets
2757fb7096
Ignore import warnings from ffmpeg.
...
Seems to be a known issue with the msvc ffmpeg stuff.
2013-10-26 17:37:08 -07:00
Henrik Rydgård
d3f2d71d4b
Merge pull request #4327 from thedax/win32UpdateVCProj
...
Windows/Visual Studio: Remove avdevice.lib linker dependency/input for Headless and PPSSPP.
2013-10-26 13:53:44 -07:00
The Dax
3a1a72c846
Remove stray xinput.lib dependency.
2013-10-26 16:30:49 -04:00
The Dax
105894fdc0
Remove useless ffmpeg Librarian dependencies from Core.
2013-10-26 16:10:58 -04:00
The Dax
1f1c8e4a48
Remove avdevice.lib linker dependency/input for Headless and PPSSPP.
2013-10-26 15:54:17 -04:00
Sacha
a605c0a8e8
Switch to Qt vibrator instead of Symbian C++ one.
2013-10-27 05:34:23 +10:00
Sacha
3ca86d86f9
Symbian: add support for media keys such as volume up and volume down.
...
Mappable in settings.
2013-10-27 03:49:46 +10:00
Sacha
4972e7b680
EnqueueList: Relocate code that depends on compatibility check to simplify the code
2013-10-27 03:49:46 +10:00
Unknown W. Brackets
30bf067787
Generate a texture name even for fbo textures.
...
Otherwise, when it stops being a render-to-texture, we won't have a
texture name and we'll get confused. A texture name shouldn't be
expensive to generate in this case anyway.
2013-10-26 08:37:52 -07:00
Unknown W. Brackets
453be5530e
Make sure we recheck a fb tex that didn't match.
2013-10-26 08:35:53 -07:00
Unknown W. Brackets
42f7b42af4
Avoid getting stuck with a bad tex framebuffer.
2013-10-26 08:35:52 -07:00
Unknown W. Brackets
8b64a2c70c
Fix unlikely case in DrawPixels().
...
If linesize doesn't match, also use convBuf.
2013-10-26 08:35:52 -07:00
Henrik Rydgård
1507358b45
Merge pull request #4322 from unknownbrackets/gpu-minor
...
Make sure frag shader ID matches generated code
2013-10-26 08:28:41 -07:00
Henrik Rydgård
1fa5718e4a
Merge pull request #4321 from unknownbrackets/fbo-minor
...
Fix some video -> framebuffer issues
2013-10-26 08:16:34 -07:00
Sacha
77333b5cb3
Update native and ffmpeg.
2013-10-26 21:34:46 +10:00
Unknown W. Brackets
2c56ccef18
Make sure frag shader ID matches generated code.
...
Before, we would use an id with alphatest on, but not actually compile in
alphatest. Or, we would use a shader with alphatest, when we actually
could compile it out.
2013-10-26 02:19:02 -07:00
Unknown W. Brackets
f9352ad0b8
Update fbos even if they're not the display.
...
But only when coming from a video or other safe source, to ensure we don't
hurt speed. Although, might be interesting to do it always?
With the previous commit, fixes #4273 .
2013-10-26 00:36:37 -07:00
Unknown W. Brackets
7aa70b473b
Set the viewport properly on video frame draw.
...
Fixes #3771 , video frames being drawn at the wrong size at non-1x.
2013-10-26 00:32:03 -07:00
Unknown W. Brackets
b06fdfeb02
Fix crash in wine (it not works.)
...
It was sending the notify early, and we didn't have tabs set up yet.
Fixes #4173 , at least for the current wine-1.6 Ubuntu packages.
2013-10-25 23:48:54 -07:00
Henrik Rydgård
4cc6171cf9
Merge pull request #4316 from shenweip/patch-12
...
Fallback to default path if current directory doesn't exist.
2013-10-25 14:38:33 -07:00
shenweip
6a149200b6
Fallback to default path if current directory doesn't exist.
2013-10-26 00:44:19 +08:00
Sacha
0282b505b0
Fix CPUDetect for i386 devices. Thanks @Sonic1. Confirmed by ganoo.
2013-10-26 01:18:59 +10:00
Sacha
cc5934a588
Blackberry threading optimisations.
2013-10-25 21:52:50 +10:00
Sacha
4c52346063
Use Blackberry/UNIX time functions instead of fallbacks.
2013-10-25 21:52:50 +10:00