Commit Graph

18830 Commits

Author SHA1 Message Date
Henrik Rydgård
d885cfa8a7 Merge pull request #8017 from unknownbrackets/gpu-minor
Ensure we update sampling params on tex update
2015-10-02 12:36:00 +02:00
Unknown W. Brackets
659ee2c3f6 Ensure we update sampling params on tex update. 2015-10-01 22:56:31 -07:00
Henrik Rydgard
48db42b6be Respect "hidden" flag in the homebrew store. Useful when managing it.
(For example, I just hid "Lamecraft" because it didn't actually work).
2015-10-01 12:37:16 +02:00
Henrik Rydgard
c2f4fad56a Fix another framebuffer race condition affecting #8002 (with postprocessing)
We can only wipe framebuffers at end of frame time when we react to the resolution change.
If we wipe at any other time, they can get recreated early and thus at the previous size.
2015-09-29 22:10:01 +02:00
Henrik Rydgard
d3b265a3e4 Fix render resolution race condition. Should help #8002 2015-09-27 20:00:47 +02:00
Henrik Rydgard
c13e639e69 More README updates 2015-09-27 19:58:39 +02:00
Henrik Rydgård
89513a35cc Merge pull request #8007 from hrydgard/gta-music-compat
Add a compatibility flag to revert sceAtrac to before #6976. Makes audio work in GTA again.
2015-09-27 19:19:27 +02:00
Henrik Rydgard
5fcc837215 Remove duplicate entry in compat.ini 2015-09-27 19:19:04 +02:00
Henrik Rydgard
06779ba79c More 1.1 README updates 2015-09-27 13:54:17 +02:00
Henrik Rydgard
3c499fdb61 PromptScreen: Disable clipping for text view. Fixes #8009 , although the dialog really need redesign. 2015-09-27 13:51:16 +02:00
Henrik Rydgard
857007e3f1 Apply GTAMusicFix compat flag to GTA Chinatown Wars as well. 2015-09-27 13:47:49 +02:00
Henrik Rydgård
7b3bb067dd Update the README for 1.1 2015-09-27 12:21:04 +02:00
Henrik Rydgard
eb4ca0cf81 Add a compatibility flag to revert sceAtrac to before #6976. Makes audio work in GTA again.
Hopefully we will find a better fix in the future.

Also see issue #7863.
2015-09-27 11:51:46 +02:00
Henrik Rydgard
5ff5cf1ac7 Add compat.ini as a dependency to our various build systems 2015-09-27 11:50:23 +02:00
Henrik Rydgard
0d0b5e75a2 Fix silly crash in OnScreenDisplay code 2015-09-27 11:42:26 +02:00
Henrik Rydgård
9b27ffb318 Merge pull request #8006 from hrydgard/compat-flags
Introduce "Compatibility Flags".
2015-09-27 10:45:12 +02:00
Henrik Rydgard
d6a370a4c4 Add comments to compat.ini, System.cpp 2015-09-27 01:23:21 +02:00
Henrik Rydgard
b07b002040 Introduce "Compatibility Flags".
These should be used very restrictively, see comment in Compatibility.h.

Should help #8004, by disabling depth rounding in Fight Night round 3.
2015-09-27 01:23:20 +02:00
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