Sacha
bb8e364086
Fix shader path.
2013-10-28 15:46:12 +10:00
Unknown W. Brackets
6427b66f06
Merge pull request #4341 from thedax/updateSubmodules
...
Update lang and ffmpeg submodules.
2013-10-27 22:39:37 -07:00
Sacha
d616cc72a2
Add Blackberry statistics overlay option.
2013-10-28 14:19:27 +10:00
Sacha
f2e6939745
Update native
2013-10-28 12:30:00 +10:00
Unknown W. Brackets
b62e36e997
Support frameskip in softgpu.
2013-10-27 16:50:03 -07:00
Unknown W. Brackets
98e257c95d
Add GPU cycle estimation to the softgpu.
2013-10-27 15:05:57 -07:00
Unknown W. Brackets
1e65a691f4
Cap the number of vertexes per flush.
...
Might not be realistic, but we crash if we go over. Pretty unlikely to
happen in real games, but I suppose not impossible. Happens in the vertex
speed demo (#3106.)
2013-10-27 14:43:58 -07:00
Unknown W. Brackets
da20bda729
Make memchecks ignore cached/uncached memory.
...
You usually want both.
2013-10-27 13:15:12 -07:00
Unknown W. Brackets
f9e4cae3c0
Debugger: fix "run to here" functionality.
2013-10-27 12:52:21 -07:00
Unknown W. Brackets
6b510c1c2f
Allow step/run when two breakpoints trip.
...
If a memcheck and breakpoint were triggered on the same line, you wouldn't
be able to pass it, which is probably not what you'd expect.
2013-10-27 12:50:32 -07:00
The Dax
1798669de2
Update lang and ffmpeg.
2013-10-27 15:13:38 -04:00
Henrik Rydgård
e5d802e82f
Merge pull request #4339 from unknownbrackets/linux-minor
...
Fix Linux x86 pic build (Qt) for some versions of gcc
2013-10-27 11:54:15 -07:00
Siddharth
ec0e0d7047
implemented full tilt based D-pad controls
2013-10-27 23:28:47 +05:30
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
Unknown W. Brackets
443c719744
Support i386 PIC Linux builds (for Qt.)
2013-10-27 16:40:44 +00:00
shenweip
f4b60f22b0
Add a check to avoid the same savedatas are set into SaveDataList.
2013-10-28 00:07:32 +08:00
Unknown W. Brackets
95c8ee5089
Missing stddef library (Linux buildfix.)
2013-10-27 15:52:40 +00:00
Unknown W. Brackets
bf95761d92
Install flash0 and lang into the build directory on Linux.
2013-10-27 15:52:20 +00: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
shenweip
e699eb95b2
Add support for saveNameListData "<>".
2013-10-27 19:03:14 +08: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