~ppsspp/ppsspp/+git/ppsspp:v1.16.7-beta2

Last commit made on 2024-01-16
Get this branch:
git clone -b v1.16.7-beta2 https://git.launchpad.net/~ppsspp/ppsspp/+git/ppsspp

Branch merges

Branch information

Name:
v1.16.7-beta2
Repository:
lp:~ppsspp/ppsspp/+git/ppsspp

Recent commits

27d07b8... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

v1.17 beta 2

69a25ba... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #18707 from hrydgard/more-beta-fixes

More beta fixes

6066e74... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

CoreTiming::ProcessEvents : Reject bad event types. Rename function.

7b738ed... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Try to eliminate another shutdown deadlock (drain shader compile queue)

See #18705

3deabae... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

JitBlockCache: Add a debug assert

98c061f... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #18704 from hrydgard/fix-crop-to-16x9

Revert back to the old way of fitting into 16:9: Crop one line at the top and bottom

e908034... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Revert back to the old way of fitting into 16:9: Crop one line at the top and bottom

I seem to have switched to a stretch at some point, which isn't ideal and can be
achieved anyway with the stretch option. A two-line crop (1 at top, 1 at bottom)
is generally the better option.

There's now also a hidden ini setting to turn it off. I might be
convinced to add it as a real setting once I figure out a good name for
it. The setting:

```ini
[Graphics]
DisplayCrop16x9 = True
```

Fixes #18693

8b282a5... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #18701 from hrydgard/more-beta-crash-fixes

More beta crash fixes

a49073c... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Remove debug logging

dc4f22d... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

GameDB: Add a mutex, and load on demand instead.