Henrik Rydgård
c6789c28f9
Remove unused Core/CMakeLists.txt
2015-09-26 19:23:54 +02:00
Henrik Rydgård
d2a2a11501
Merge pull request #7997 from hrydgard/homebrew-savestate
...
Generate save state IDs for homebrew
2015-09-25 20:37:06 +02:00
Henrik Rydgard
8996f58693
Generate save state IDs for homebrew using the elf or directory name where applicable.
2015-09-25 19:27:40 +02:00
Henrik Rydgard
4b8666dc5d
Fix #8001 , although I don't quite understand what was wrong...
2015-09-25 19:22:59 +02:00
Henrik Rydgard
70cb4372c1
Assorted fixes to auto resolution. Fixes too low resolution and also #8002 , plus notification spam
2015-09-25 19:10:09 +02:00
Henrik Rydgård
eed2f9d9d5
Merge pull request #8000 from unknownbrackets/gpu-minor
...
Allow framebufs to get smaller and affect the offset texture code
2015-09-25 09:47:16 +02:00
Henrik Rydgård
d8b43dd9e9
Fix #7999
2015-09-24 11:22:20 +02:00
Unknown W. Brackets
e98a31ef77
Cleanup some indentation.
2015-09-24 00:00:02 -07:00
Unknown W. Brackets
400b8886e6
Use the framebuf->height for offset calculation.
...
This way if we shrunk the framebuffer, it'll still work.
2015-09-23 23:59:39 -07:00
Unknown W. Brackets
bb18fa4cd9
Allow framebufs to get smaller in expected size.
...
This doesn't change the buffer size, but it does change the recorded size,
which effects how we calculate things about them.
2015-09-23 23:57:59 -07:00
Unknown W. Brackets
a7100a8f0d
Merge pull request #7998 from LunaMoo/LunaMoo-buildfix
...
Win32 Buildfix
2015-09-23 21:34:17 -07:00
LunaMoo
76bcdbf1eb
Add missing preprocessor definitions
...
/fix win32 build.
2015-09-24 01:18:41 +02:00
LunaMoo
b909997a86
Typo correction
2015-09-24 01:15:20 +02:00
Henrik Rydgard
0f4df6c67b
Add some missing _ARCH_32 and _ARCH_64 definitions to MSVC project files.
...
Fixes obscure crash in Moppi PSP Flower homebrew.
2015-09-23 19:30:14 +02:00
Henrik Rydgård
5d7c4dd7c0
Merge pull request #7944 from sum2012/gpu_blacklist
...
Blacklist some gpu
2015-09-23 18:15:21 +02:00
Henrik Rydgård
1c58cb203e
Oops
2015-09-23 17:39:52 +02:00
Henrik Rydgård
28b6cdf0de
Hack around #7991 - will investigate later.
2015-09-23 17:34:16 +02:00
Henrik Rydgard
bd5df95a12
Buildfix
2015-09-23 13:35:13 +02:00
Henrik Rydgård
103b73db18
Merge pull request #7994 from hrydgard/fileutil-cleanup
...
Remove all uses of stat() on Windows. Buggy on XP with VS 2015.
2015-09-23 12:45:41 +02:00
Henrik Rydgard
c2ac933dab
Do not cache translation category objects in UI objects. Fixes #7996
2015-09-23 12:44:49 +02:00
Henrik Rydgård
102d0b9832
Merge pull request #7992 from sergiobenrocha2/master
...
Fix PPSSPP_GIT_VERSION_NO_UPDATE 1.
2015-09-23 12:26:44 +02:00
Henrik Rydgard
ec63663ad5
More consistent handling of resolution changes. Should help #7995
2015-09-23 12:25:38 +02:00
Henrik Rydgard
6fcbfabdd2
Rename fields to avoid some gross #define hack that linux is doing
2015-09-23 12:10:23 +02:00
Henrik Rydgard
77e9ea38aa
Get rid of remaining uses of stat() on Windows
2015-09-23 11:34:22 +02:00
Henrik Rydgard
51a5adfff2
More buildfixes
2015-09-23 10:59:12 +02:00
Henrik Rydgard
dc05a6516e
Buildfixes
2015-09-23 10:25:41 +02:00
Henrik Rydgard
58d3137b10
Get rid of a bunch of more uses of stat64 on Windows.
2015-09-23 09:48:55 +02:00
Henrik Rydgard
cf63ec6d3c
Delete some duplicate code
2015-09-22 23:02:02 +02:00
Henrik Rydgard
0084b2ac30
Simplify FileUtil::Exists. Minor cleanups.
...
Might possibly help #7967 (XP) by avoiding _wstat64? That would be a libc bug though.
2015-09-22 22:50:29 +02:00
Henrik Rydgard
7e70a743ca
Another attempt at fixing the ant build. it must look for the native android module in ext
2015-09-22 18:53:53 +02:00
Henrik Rydgard
44b94e550b
Fix NDK build path when building using ant. This should fix the buildbot.
2015-09-22 18:30:58 +02:00
Henrik Rydgard
351baa101c
Some Android warning fixes
2015-09-22 18:30:57 +02:00
sergiobenrocha2
a50f04710e
Fix PPSSPP_GIT_VERSION_NO_UPDATE 1.
2015-09-21 19:26:29 -03:00
Henrik Rydgård
f225a64408
Merge pull request #7989 from sergiobenrocha2/master
...
Fix atlas/zimtool build.
2015-09-21 21:18:09 +02:00
sergiobenrocha2
662d5fc9da
Fix atlas/zimtool build.
2015-09-21 12:46:42 -03:00
Henrik Rydgård
56e4d1dabe
Merge pull request #7988 from unknownbrackets/ui-tweaks
...
Correct render size on fullscreen->maximized
2015-09-21 09:13:04 +02:00
Unknown W. Brackets
5c6753e486
Correct render size on fullscreen->maximized.
...
We don't get a WM_SIZE event, since that is only sent on "change". This
means we don't recalculate the client area size, so we get it wrong.
Fixes #7986 .
2015-09-20 21:54:27 -07:00
Unknown W. Brackets
a973ba7009
Merge pull request #7987 from sergiobenrocha2/master
...
Fix .git/ dir detection on git-version.cmake.
2015-09-20 21:32:52 -07:00
sergiobenrocha2
989ec11158
Fix .git/ dir detection on git-version.cmake.
2015-09-21 01:03:36 -03:00
Henrik Rydgard
2dcf50cf5e
Fix crash toggling fullscreen from within the Settings menu.
...
See #7957
2015-09-20 23:57:51 +02:00
Henrik Rydgard
fbb987a46f
Fix the line endings of native.vcxproj.filters
...
Makes further changes easier (I had to use a text editor for the last few...)
2015-09-20 21:32:57 +02:00
Henrik Rydgard
d746d219e1
Delete some outdated xp theme stuff
2015-09-20 21:01:19 +02:00
Unknown W. Brackets
ea271dd61d
Kill FINAL ifdef entirely.
...
We've never turned off the disasm pointer and it's probably not worthwhile
at this point...
2015-09-20 11:39:46 -07:00
Henrik Rydgard
ca4ffb5fd3
Minor code cleanup
2015-09-20 20:32:56 +02:00
Henrik Rydgard
1410d7f6d5
Windows: Pause the rendering thread while switching to full screen
2015-09-20 19:45:36 +02:00
Henrik Rydgard
5f18390c04
This might help #7949 (vsync was not being set correctly)
2015-09-20 18:30:20 +02:00
Henrik Rydgård
54f7a93879
Merge pull request #7984 from hrydgard/windows-cleanup
...
Windows cleanup
2015-09-19 23:51:15 +02:00
Henrik Rydgard
669508ed80
Restore some code that should not have been deleted (dupe on windows but not on other platforms)
2015-09-19 23:42:22 +02:00
Henrik Rydgard
2a99fe83e3
Blackberry buildfix
2015-09-19 16:46:07 +02:00
Henrik Rydgard
4d18d478a0
Sample renderWidth/pixelWidth/height once per frame for the framebuffer manager.
2015-09-19 16:19:03 +02:00