tpu
28e61dcda7
DLC bug fix
2013-04-26 12:05:21 +08:00
Clément G
b7ab5e9905
Fix build again when __SSE_4_2__ is enabled
2013-04-24 22:37:34 +02:00
tpu
641b78ab67
add DLC support
2013-04-20 13:51:40 +08:00
Henrik Rydgard
82aa605b36
Add back shadows to FPS counter and debug text. Warning fixes.
2013-04-08 20:59:45 +02:00
Henrik Rydgård
8aaa92bf26
Merge pull request #58 from tpunix/fbo_ext
...
Fbo ext
2013-03-30 00:39:36 -07:00
Henrik Rydgard
4ffc4f0415
Cmakelist update
2013-03-30 00:09:58 +01:00
Henrik Rydgard
75e9af1379
Switch out etcpack with the ZLIB licensed rg_etc1 library
2013-03-29 13:53:04 +01:00
tpu
b1bf596472
define GLEW_STATIC to avoid warning
2013-03-29 14:12:56 +08:00
Henrik Rydgard
46b2e15945
Set _CRT_SECURE_NO_WARNINGS
2013-03-16 09:17:39 +01:00
Henrik Rydgard
516ca8a0c4
Merge branch 'master' into armjit-fpu
...
Conflicts:
Core/MIPS/ARM/ArmJit.h
Core/MIPS/x86/CompVFPU.cpp
GPU/GLES/Framebuffer.cpp
2013-02-28 23:56:28 +01:00
Henrik Rydgård
d73fcebc3f
Quickfix for a symbol collision. Should really share the AES code.
2013-02-25 21:10:15 +01:00
tpu
25a54edc49
add pgd_close, match with pgd_open
2013-02-24 20:19:54 +08:00
tpu
a4f65624c3
add PGD file support.
2013-02-24 16:28:40 +08:00
Henrik Rydgard
f75d14d3b5
ARM FPU jit work
2013-02-10 15:53:56 +01:00
Lioncash
366de9f248
Fix a another memory leak in etctool.
...
imgdec = (unsigned char*) malloc(expandedwidth*expandedheight*3);
is called before the if statement "if((f=fopen(dstfile,"wb")))"
If the file 'f' failed in the if statement, it would never be freed (since "free(imgdec)" was within that if block.
2013-02-02 13:18:23 -05:00
Lioncash
5b5eec793f
Damn tabs.
2013-02-02 01:41:06 -05:00
Lioncash
36c82b5d18
Resource leak fix, also cleanup.
2013-02-02 01:36:53 -05:00
Xele02
aa01751589
Save encryption. Load/Save encrypted/decrypted save
...
RE of Chnnlsv lib
Correct size bug in kirk
2013-01-29 00:11:02 +01:00
Clément G
5e54aea274
fix city.cpp build when SSE_4_2 is defined
2013-01-27 12:00:43 +01:00
Henrik Rydgard
68991511ee
Split out the FPU reg cache into its own file too.
2013-01-26 01:34:19 +01:00
Sacha
d783975258
Fix cityhash for non-glibc systems where byteswap isn't defined. Define it manually instead. Also, fix harmattan building of Qt frontend.
2013-01-23 11:31:19 +10:00
Summeli
0f7f38a5ff
Added byteswap functions for Symbian & BlackBerry
2013-01-22 23:20:17 +02:00
Xele02
c02c9e6bdd
Remove typedef redefined which break linux build
2013-01-21 01:22:00 +01:00
Unknown W. Brackets
e27faf7c8a
Fix a couple signedness warnings in disarm.
2013-01-19 13:51:44 -08:00
Henrik Rydgard
b5037341aa
Add cityhash, a good and fast hash.
2013-01-19 12:11:41 +01:00