Unknown W. Brackets
df65bb40ac
Avoid copying a tex if the PSP format is perfect.
2013-05-03 01:02:00 -07:00
Unknown W. Brackets
57c7b21640
Convert colors before applying clut, not after.
...
No reason to build it wrong and fix it afterward.
2013-05-03 00:12:42 -07:00
Unknown W. Brackets
4665226064
Fix typo breaking XBRZ option.
2013-05-02 14:32:45 -07:00
Henrik Rydgard
cd55068026
iFrameSkip should be an int.
2013-05-02 21:36:36 +02:00
Henrik Rydgard
0ccebacbd6
Turn off screensavers. Note that this won't work on Vista+ when there's a password.
2013-05-02 20:58:50 +02:00
Henrik Rydgård
51493ab8cb
Merge pull request #1633 from raven02/patch-1
...
Fix message dialog oversize
2013-05-02 11:27:36 -07:00
Henrik Rydgård
10b4b0acf8
Merge pull request #1632 from unknownbrackets/config
...
Stick to a single config entry per option
2013-05-02 11:27:22 -07:00
Henrik Rydgard
6d66577f17
Don't write to transformedvertex.color1[4], it doesn't exist.
2013-05-02 20:18:46 +02:00
raven02
e1587744e4
Fix message dialog oversize
2013-05-02 23:24:59 +08:00
Unknown W. Brackets
a1cb85cd05
Stick to a single config entry per option.
...
We don't need a bool in the ini AND an int setting.
This should also fix the anistropy setting, which appears to have been
pretty much broken. Also makes frameskip enable even if you don't tap
auto, which is what I'd assumed it did before.
2013-05-02 08:15:50 -07:00
Henrik Rydgård
45b6670310
Merge pull request #1629 from raven02/xbrz
...
Add xBRZ texture scaling to Android/iOS
2013-05-02 06:13:27 -07:00
raven02
773864566a
Take out above 3x
2013-05-02 21:01:20 +08:00
Jacky TSUI
3d27799601
Add xBRZ texture scaling to Android/iOS
2013-05-02 20:51:02 +08:00
Henrik Rydgård
c84ca2968e
Merge pull request #1626 from tpunix/master
...
DLC bug fix
2013-05-02 03:30:48 -07:00
tpu
f3d6cffd72
npdrmLseek/npdrmRead BUG fix
2013-05-02 17:47:34 +08:00
Henrik Rydgard
42a4a1e4ba
Brightness fix for scaled RGB565 and RGB5551 textures. Fix broken color conversion in DecodeTexture (which is not normally used).
2013-05-02 10:59:45 +02:00
Henrik Rydgard
a125da7af6
Don't scale textures in "kernel" memory (like the 2048x2048 PPGe texture).
2013-05-02 10:18:26 +02:00
Henrik Rydgård
837e249aa4
Merge pull request #1624 from unknownbrackets/windows
...
Clean up some menu options / consistency in Windows menus
2013-05-02 01:07:04 -07:00
Henrik Rydgård
29121588ae
Merge pull request #1625 from raven02/patch-15
...
Android : Shorter sound delay
2013-05-02 01:06:41 -07:00
raven02
79b9023461
Android : Shorter sound delay
2013-05-02 15:59:09 +08:00
Unknown W. Brackets
f74c4617ad
Clean up some menu options and consistency.
...
Fixes cases where the & is already used, uses title case consistently,
and moves a couple options around to make the menu shorter and more
organized so related options are near each other.
2013-05-02 00:39:10 -07:00
Sacha
a9529f831d
Hack for Meego. For some reason it's not compiling ThreadPool.cpp
2013-05-02 17:34:57 +10:00
Sacha
6a2a308069
Buildfix for Symbian.
2013-05-02 17:06:09 +10:00
Unknown W. Brackets
c73657e39a
Buildfix for iOS and Android.
2013-05-01 23:31:18 -07:00
Sacha
ae9490ad30
Use boost to do C++11 features on Symbian. Use namespaces.
2013-05-02 15:46:41 +10:00
Unknown W. Brackets
64bdc6374d
Merge pull request #1621 from raven02/patch-14
...
Buildfix (non-windows)
2013-05-01 22:33:54 -07:00
raven02
c2e8e852a3
Buildfix (non-windows)
2013-05-02 09:06:35 +08:00
Henrik Rydgård
51a2d3d44c
Merge pull request #1620 from nachume/jpnfont
...
FIX unintelligible sequence of decimal characters on savedialog.
2013-05-01 13:12:55 -07:00
Henrik Rydgard
90f8d48da1
Update native
2013-05-01 20:52:41 +02:00
Henrik Rydgård
dcff4970bd
Merge pull request #1616 from PeterTh/master
...
Add global threadpool, use it for texture scaling parallelization
2013-05-01 11:51:01 -07:00
Peter Thoman
1f7a3776b3
Only scale textures which were never invalidated
2013-05-01 20:31:57 +02:00
nachume
15a05e56ad
Merge branch 'master' of https://github.com/hrydgard/ppsspp into jpnfont
2013-05-02 01:11:14 +09:00
nachume
c95c85ea8d
I'm sorry. Comment was unnecessary
...
and sceAtrac too.
2013-05-02 01:05:22 +09:00
Henrik Rydgård
403f62844e
Merge pull request #1618 from unknownbrackets/gpu-minor
...
Approximate better with two fixed blend colors
2013-05-01 08:29:17 -07:00
nachume
eac08a496c
FIX unintelligible sequence of decimal characters on savedialog.
...
ppge_atlas JPN font define ShiftJIS -> UTF8 is all ok.
but, cannot use all of chinese character. bacause blockAlloc failed.
So no change drawing Kanji.
you can try to change native/tools/atlastool.cpp USE_LEVEL for all of chinese character.
FIX savedialog XXXGetStatus() loop. for daungeon traveler 2.
Can now be saved it.
FIX sceAtrac getCodec InvalidMemory
2013-05-02 00:14:41 +09:00
Unknown W. Brackets
d412cf5c64
Approximate better with two fixed blend colors.
...
Having one be constant, or having a nearby blend, is better than fixing
both to 1.0 or 0.0.
2013-05-01 08:00:52 -07:00
Peter Thoman
e19442a8c1
Eliminated C++11 lambdas
2013-05-01 16:31:28 +02:00
Peter Thoman
95e6a5c4ea
Adjusted Texture Scaler to use global threadpool
2013-05-01 14:12:10 +02:00
Peter Thoman
0ef103525f
Added Global Threadpool to common
2013-05-01 14:12:09 +02:00
Peter Thoman
af68180319
Parallelized texture scaling
2013-05-01 14:12:09 +02:00
Peter Thoman
5e918a644f
Moved texture scaling to separate file
2013-05-01 14:12:09 +02:00
Henrik Rydgård
74b55cc0ad
Merge pull request #1614 from unknownbrackets/gpu-minor
...
Improve blending with two fixed colors
2013-05-01 01:08:44 -07:00
Unknown W. Brackets
4009a37692
Improve blending with two fixed colors.
...
It's not right, but it's less bad. Maybe there's a better way?
Improves Popolocrois and Lunar (battle) blending issues.
2013-05-01 00:55:30 -07:00
Sacha
29651c026b
Windows buildfix. Harmattan buildfix (it doesn't have lambdas). Tabify XBRZ.
2013-05-01 12:58:51 +10:00
Sacha
5ea37772d7
pre-C++11 buildfix. Linux buildfix.
2013-05-01 11:19:01 +10:00
Sacha
e698af9924
Symbian buildfix.
2013-05-01 04:53:44 +10:00
Sacha
6e082c62ec
Qt Buildfix. Wrong dir.
2013-05-01 04:30:59 +10:00
Sacha
c02670eedf
Buildfix for Qt
2013-05-01 04:10:17 +10:00
Sacha
7e3fed70cf
Implement gettimeofday kernel function for non-Windows platforms. Helps some homebrew run.
2013-05-01 04:06:43 +10:00
Henrik Rydgård
69e168a293
another buildfix
2013-04-30 18:45:49 +02:00