Henrik Rydgard
d19d041640
GPU disasm: Show opcodes. Also disable some warnings and update submodules.
2014-01-15 17:00:20 +01:00
Henrik Rydgård
dfcfe5d00f
Android: Allow apps to override the use of low profile.
...
Minor logging improvement in vjson
2014-01-14 17:32:06 +01:00
Henrik Rydgård
a53f8738d8
Fix disarm warnings in clang more properly
2013-12-09 16:56:05 +01:00
Amir Zaim Mohd Zaini
bfeb3806ba
Update buildfix for Clang 3.4
...
Adding the wrapper to avoid warning "-Wtautological-compare":
#ifdef clang-3.4
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wtautological-compare" //used to avoid warning, force compiler to accept it.
#endif clang-3.4
$Code_Content_Here
#ifdef clang-3.4
#pragma GCC diagnostic pop
#endif clang-3.4
Tested on both GCC and Clang compilers and none of these compilers have this problem.
2013-12-09 21:55:03 +08:00
Sacha
9d5cd81729
iOS: Disable neon in libpng16.
2013-12-09 15:36:48 +10:00
Sacha
8aa73bfc8d
iOS buildfix.
2013-12-08 02:49:26 +10:00
Sacha
64b5146718
Add libpng16 to project.
2013-12-08 01:37:22 +10:00
Sacha
26dfe75882
Some improvements to Qt Audio.
2013-12-06 13:06:04 +10:00
Sacha
b83fea1b6b
Symbian: libzip buildfix.
2013-12-06 05:03:48 +10:00
The Dax
3c862d7bd5
Win32 doesn't have strings.h.
2013-12-05 12:00:40 -05:00
Henrik Rydgård
e6baad31ed
Linux buildfix 2
2013-12-05 15:08:01 +01:00
Sacha
1e03cd84c3
Linux buildfix.
2013-12-05 22:51:51 +10:00
Henrik Rydgard
ae7c0827f2
Hack unicode support into libzip
2013-11-20 19:38:23 +01:00
Henrik Rydgard
857fa4426b
Hack libzip into building on win32
2013-11-20 19:01:27 +01:00
Henrik Rydgård
e497942827
Minor json stuff
2013-11-20 14:41:58 +01:00
Sacha
35b84eecac
Update to v1.4 of rg_etc1 to fix 64-bit compile bug with gcc.
2013-11-17 15:40:39 +10:00
Henrik Rydgård
64614c954f
Update some CMakeLists used by projects other than PPSSPP
2013-11-04 12:27:37 +01:00
Sacha
2e324c9842
Define unaligned access for all ARM. We don't support any that don't. The define didn't exist yet in GCC 4.6 (used by Symbian and Android).
2013-11-04 12:45:13 +10:00
Sacha
03a9cd6711
Fix crashes on Symbian and Blackberry (and likely others) when memory to be hashed is unaligned. Thanks @unknownbrackets
2013-11-04 12:14:21 +10:00
daniel229
9a91f1ecfd
Turn off optimazation in vs2013
2013-10-23 20:01:03 +08:00
Henrik Rydgard
c1f05326c4
Better fix for the UINT_64 errors.
2013-10-20 13:51:10 +02:00
Henrik Rydgard
f8cab66c8c
Quickfix for android build (weirdly, works locally but not on teamcity)
2013-10-20 13:18:56 +02:00
Sacha
06a7ad40b2
This define is redundant. __STDC_CONSTANT_MACROS should be defined globally instead.
2013-10-20 16:39:22 +10:00
Henrik Rydgård
0f68de275c
Minor fixes
2013-10-09 00:44:45 +02:00
Henrik Rydgard
81bbc65216
Update glew
2013-10-08 21:15:09 +02:00
Henrik Rydgard
b661ae6c41
Add very simple jit viewer screen to dev menu. Add untested emitter for cvt.f32.f16 & c:o.
2013-09-29 13:41:56 +02:00
shenweip
03197c376c
Fix some double semicolon.
2013-09-15 23:17:22 +08:00
Henrik Rydgard
cc6681cd0b
Compile Ced's DX9 GPU on Windows. Not hooked up yet.
...
This needs work, has several problems that must be fixed to run on Windows.
Ced, you'll have to fix up your xb project file a bit, sorry.
2013-09-15 12:52:44 +02:00
Henrik Rydgard
b19fe900bf
Fixes for x86 android build
2013-08-29 20:06:24 +02:00
Henrik Rydgard
55aa3d13c7
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
2013-08-26 19:00:16 +02:00
Unknown W. Brackets
1ed8edb0d3
Avoid some dangerous hex constant widths.
2013-08-22 23:23:48 -07:00
Unknown W. Brackets
5acbbe705f
Tweak xxHash's default settings.
2013-08-16 23:48:42 -07:00
Unknown W. Brackets
95c347b75c
Add xxHash-r32 to build (not used yet.)
2013-08-16 23:48:41 -07:00
Unknown W. Brackets
8830d3603e
Fix some overflow/null deref warnings.
2013-08-12 23:33:52 -07:00
Unknown W. Brackets
49ab98c7fd
Use atomic operations on Android + warning fixes.
2013-08-12 08:51:49 -07:00
Henrik Rydgard
65f8430c32
Quick hacked-up ARM VFP disassembler. Buggy.
2013-07-30 21:39:37 +02:00
Henrik Rydgard
1fdebd53e1
Guard a potential redefine
2013-07-11 22:16:35 +02:00
Unknown W. Brackets
abc9b84bac
Improve performance of savestates on x86.
2013-07-10 22:59:18 -07:00
dykebeard
151b377506
Simple PNG screenshot support
2013-07-07 14:32:03 -04:00
Sacha
a8277742ad
Buildfix for Symbian and OSX
2013-07-05 19:31:28 +10:00
Sacha
4736b26fc3
Blackberry buildfix: Include should not occur inside namespace.
2013-07-05 14:51:33 +10:00
Henrik Rydgard
72eefa450f
Add jpgd (public domain)
2013-07-05 00:06:33 +02:00
Henrik Rydgard
bd78a06015
Add a nice public domain jpeg encoder
2013-06-22 22:27:09 +02:00
Henrik Rydgard
131c222bba
Add <stdlib.h> to ext/vjson/block_allocator.cpp, required on some platforms
2013-06-14 22:06:27 +02:00
Henrik Rydgard
2afbc94734
Turn off RTTI, simulate it where needed.
2013-06-09 13:02:16 +02:00
Henrik Rydgard
a3dd3b53c3
Implement a couple basic Psmf functions, unify some project settings, update native.
2013-06-05 21:24:14 +02:00
Henrik Rydgard
2f56f4b050
Upgrade the bundled zlib
2013-06-04 21:43:54 +02:00
Henrik Rydgard
2b3e1355ad
More UI fixes
2013-06-03 19:59:32 +02:00
Henrik Rydgard
b3f3305068
vcproj update: enable multithread build
2013-06-02 23:45:44 +02:00
Henrik Rydgard
4267d9903c
More networking and UI stuff
2013-06-01 18:59:31 +02:00