Unknown W. Brackets
df65bb40ac
Avoid copying a tex if the PSP format is perfect.
2013-05-03 01:02:00 -07:00
Henrik Rydgård
4df7549a8c
Merge pull request #1637 from raven02/patch-2
...
Hide mouse cursor in full screen mode (Windows)
2013-05-03 00:16:04 -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
Sacha
8cb0423f32
Avoid name collision with ThreadPool on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
2013-05-03 16:31:53 +10:00
Sacha
2396574f45
Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
2013-05-03 16:22:15 +10:00
Sacha
8dd683f63f
Fix name collision when building on Windows. Was preventing Blackberry from building.
2013-05-03 16:10:23 +10:00
raven02
b3f7df6d29
Minor fix
2013-05-03 09:10:02 +08:00
Peter Thoman
49fbf2b177
Fixed merging messup
2013-05-03 02:57:23 +02:00
Peter Thoman
edf94091db
Final Hybrid scaling adjustments & remove debug output
2013-05-03 02:51:07 +02:00
Peter Thoman
39f0b6e6cf
Adapt non-windows UI to new config names
2013-05-03 02:46:34 +02:00
Peter Thoman
ed870dbcc9
Better alpha component fix for xbrz
2013-05-03 02:44:27 +02:00
raven02
f53c5dc381
Rename 2X Render Resolution to "Anti-Aliasing" for Andriod/iOS
2013-05-03 06:44:08 +08:00
raven02
77653f03b5
Better Align OK/Back button
2013-05-03 06:39:28 +08:00
raven02
7e9c3052f8
Hide mouse cursor in full screen mode
2013-05-03 06:27:46 +08:00
Peter Thoman
d8df8a6796
Merge branch 'master' of https://github.com/hrydgard/ppsspp
...
Conflicts:
Core/Config.cpp
Core/Config.h
2013-05-03 00:24:03 +02:00
Peter Thoman
c692aaa936
remove outdated config parameters
2013-05-03 00:20:38 +02: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
Henrik Rydgård
3edfc6ac1c
Merge pull request #73 from nachume/vcxproj
...
should not use the absolute path on [VC++ Directories] -> "inherit from parent or project defaults"
2013-05-02 11:16:41 -07:00
Henrik Rydgård
a07233d030
Merge pull request #72 from aquanull/patch-2
...
Shrink UICheckBox heights
2013-05-02 11:16:02 -07:00
Peter Thoman
ec52816c17
Merge
2013-05-02 20:09:43 +02:00
Peter Thoman
e352432aab
Hybrid scaling works now
2013-05-02 20:05:41 +02:00
nachume
b41eca41c2
I must every time stash before push to git.
...
It's too much trouble.
Can you use the "%LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props" file instead of the [VC++ Directories] Property Page?
2013-05-03 02:49:53 +09:00
Peter Thoman
64146f343a
xbrz: fixed byte order, made distance function alpha-aware
2013-05-02 18:24:23 +02:00
aquanull
bfe5aea1d1
Shrink UICheckBox heights
...
This makes it much easier to check/uncheck the right items in a compact list.
2013-05-03 00:19:27 +08: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
Peter Thoman
d70641d3f2
Manual merge
2013-05-02 14:25:18 +02:00
Peter Thoman
7ae3894365
Added functionality for hybrid scaling (not yet working)
2013-05-02 14:09:46 +02: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
f9c50c822a
Fix name collision by prefixing '::'.
2013-05-02 17:34:06 +10:00
Sacha
6a2a308069
Buildfix for Symbian.
2013-05-02 17:06:09 +10:00
Sacha
0388a8e23a
Buildfix for Symbian.
2013-05-02 17:05:34 +10:00
Unknown W. Brackets
c73657e39a
Buildfix for iOS and Android.
2013-05-01 23:31:18 -07:00
Unknown W. Brackets
8d7fd41838
Buildfix for iOS.
2013-05-01 23:30:11 -07:00