Henrik Rydgård
15f5ed81a7
Add a simple compat flag to workaround the Clone Wars issue, #12949
...
Could probably also be fixed by changing the heuristic a bit, but since
we're in heuristic land anyway and close to a release, I feel this is
the safest option.
Also sneaks in a logspam reduction
2022-07-15 11:44:51 +02:00
Henrik Rydgård
1272b402c1
Apply leoxxx's spacing changes in zh_TW.ini
2022-07-15 11:26:19 +02:00
Henrik Rydgård
b91c22c2d6
Merge pull request #15690 from leoxxx/patch-1
...
Update zh_CN.ini
2022-07-15 11:23:55 +02:00
Henrik Rydgård
e4128cb15d
Merge pull request #15687 from LunaMoo/Zettai
...
Add Zettai Zetsumei Toshi 3 bypass for softlock
2022-07-15 11:23:36 +02:00
leoxxx
df08bc221f
Update zh_CN.ini
2022-07-15 17:21:03 +08:00
Henrik Rydgård
b98fff3423
Merge pull request #15689 from leoxxx/patch-2
...
Update zh_CN.ini
2022-07-15 10:01:47 +02:00
leoxxx
c5916ba290
Update zh_CN.ini
...
Delete some spaces and change some translations.
2022-07-15 12:50:48 +08:00
LunaMoo
4b959c6b54
Add Zettai Zetsumei Toshi 3 bypass for softlock on character select screen
2022-07-14 23:17:32 +02:00
Henrik Rydgård
1949de6c65
zh_CN translation: Apply spacing rules according to leoxx. See #15660
2022-07-14 18:31:07 +02:00
Henrik Rydgård
69dd4e654b
Merge pull request #15686 from unknownbrackets/io-access
...
Io: Correct access field on dir listings
2022-07-14 09:34:38 +02:00
Unknown W. Brackets
656576c283
Io: Correct access field on dir listings.
2022-07-13 23:40:38 -07:00
Unknown W. Brackets
e9891e0843
Config: Keep recentIsos lock owned by Config.
2022-07-12 17:12:25 -07:00
Henrik Rydgård
a983828731
langtool: Add command move-key to move a line globally from one section to another. Update deps
2022-07-13 01:18:48 +02:00
Henrik Rydgård
144ad01b27
Merge pull request #15683 from xujibbs/patch-36
...
Update zh_TW.ini
2022-07-13 01:02:05 +02:00
xujibbs
23aab78861
Update zh_TW.ini
2022-07-13 07:01:27 +08:00
Henrik Rydgård
319c7925fe
Merge pull request #15682 from xujibbs/patch-35
...
Update zh_CN.ini
2022-07-13 01:01:18 +02:00
xujibbs
4e24920375
Update zh_CN.ini
2022-07-13 06:59:42 +08:00
Henrik Rydgård
d979624bb3
Merge pull request #15681 from Felipefpl/master
...
Updated brazilian portuguese language
2022-07-13 00:13:42 +02:00
Felipe
b3ccff5e22
Add files via upload
2022-07-12 19:04:02 -03:00
Henrik Rydgård
d76e2d4341
compat.ini for Mali stencil bug: Add the Suikoden game too
2022-07-12 22:14:24 +02:00
Lubos
d109e7c1d7
Merge branch 'master' into feature_openxr_quest
2022-07-12 18:54:47 +02:00
Lubos
f693850d94
OpenXR - Initial version of VR renderer added
2022-07-12 18:53:46 +02:00
Henrik Rydgård
6c54ab69e6
Merge pull request #15675 from unknownbrackets/dev-settings-io
...
UI: Reduce IO for texture ini on dev settings
2022-07-12 11:54:53 +02:00
Henrik Rydgård
f9ba5c3ca1
Merge pull request #15673 from hrydgard/remove-early-fragment-tests
...
Vulkan fragment shaders: Don't opportunistically emit "layout (early_fragment_tests) in"
2022-07-12 09:13:55 +02:00
Henrik Rydgård
f06430aa25
Merge pull request #15677 from unknownbrackets/iso-truncated
...
Show message if files are outside valid ISO
2022-07-12 09:12:14 +02:00
Henrik Rydgård
528786c50b
Mali workaround - add compat.ini entry for Mahou Shoujo Nanoha A's Portable.
...
See issue #15016
2022-07-12 09:09:42 +02:00
Henrik Rydgård
d9532f4ac8
Merge pull request #15676 from unknownbrackets/irjit-unaligned
...
irjit: Allow unaligned loads by default
2022-07-12 08:59:10 +02:00
Unknown W. Brackets
c04de9dd79
Config: Cleanup recent on a thread.
2022-07-11 22:01:06 -07:00
Unknown W. Brackets
aad5082d55
Config: Move recent ISOs access to accessors.
2022-07-11 20:44:13 -07:00
Unknown W. Brackets
c766536914
Io: Show message if files are outside valid ISO.
...
This should catch more cases of a corrupt ISO file.
2022-07-11 18:58:57 -07:00
Unknown W. Brackets
25e18195ce
irjit: Allow unaligned loads by default.
...
This was the original intention, was a mistake that this was flipped.
2022-07-11 17:36:39 -07:00
Unknown W. Brackets
020dcc9d68
UI: Reduce IO for texture ini on dev settings.
2022-07-11 16:24:37 -07:00
Henrik Rydgård
0ff8c721e4
Improve comment, variable name
2022-07-12 00:17:26 +02:00
Henrik Rydgård
e52e9094ca
Vulkan fragment shaders: Don't opportunistically emit "layout (early_fragment_tests)"
...
The purpose of this is not really for optimization, it's to get a
specific behavior that we really don't care about. Drivers are pretty
good at getting this potential performance improvement automatically
if it's possible without changing the output.
git blame says I added it, heh.
Don't think it'll make much difference one way or another, though, but
trying to reduce complexity.
2022-07-12 00:14:22 +02:00
Henrik Rydgård
b529313db2
Slightly improve logging of failed block device reads
2022-07-12 00:11:15 +02:00
Henrik Rydgård
e47fa10f82
Merge pull request #15671 from hrydgard/mali-workaround-improvement
...
Tweak the Mali stencil-test workaround to work for Surf's Up
2022-07-11 17:20:15 +02:00
Henrik Rydgård
7a69555bf5
Fixes Kenka Bancho too.
2022-07-11 17:18:54 +02:00
Henrik Rydgård
c5a10a5501
Tweak the Mali stencil-test workaround to work for Surf's Up. See #15016
2022-07-11 16:57:52 +02:00
Henrik Rydgård
c8739d5a1a
Merge pull request #15669 from iota97/texture-ini
...
Disable texture ini creation on creation
2022-07-11 16:23:13 +02:00
iota97
599ab41377
Dynamic update
2022-07-11 14:28:29 +02:00
Henrik Rydgård
d2002eab39
Merge pull request #15640 from LunaMoo/master
...
Disable ForceMax60FPS for GOW games and replace it with fixed 60 fps
2022-07-10 23:25:35 +02:00
Henrik Rydgård
a831cab14c
Remove unmotivated check preventing texture ini creation on mobile. ( #15647 )
...
* Remove unmotivated check preventing texture ini creation on mobile.
Fixes #15644
* Show a "toast" message on platforms that don't support opening a text editor, when you try to create/open a texture ini file.
* Avoid the need to ifdef around calls to SystemToast
* UWP buildfix (and some warning fixes).
And possibly libretro fix
* Rename for a bit more consistency
2022-07-10 22:34:44 +02:00
Unknown W. Brackets
bc0b5d42ab
Merge pull request #15665 from jbeich/freebsd
...
Common: unbreak build on BSDs
2022-07-09 09:29:55 -07:00
Jan Beich
303efbc268
Common: add explicit <signal.h> for BSDs after 3ed7435012
...
Common/ExceptionHandlerSetup.cpp:298:6: error: no matching constructor for initialization of 'sigaltstack'
if (sigaltstack(&signal_stack, nullptr)) {
^ ~~~~~~~~~~~~~~~~~~~~~~
/usr/include/sys/signal.h:449:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct __stack_t {
^
/usr/include/sys/signal.h:434:19: note: expanded from macro '__stack_t'
#define __stack_t sigaltstack
^
/usr/include/sys/signal.h:449:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/usr/include/sys/signal.h:434:19: note: expanded from macro '__stack_t'
#define __stack_t sigaltstack
^
/usr/include/sys/signal.h:449:8: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 2 were provided
/usr/include/sys/signal.h:434:19: note: expanded from macro '__stack_t'
#define __stack_t sigaltstack
^
2022-07-09 16:09:37 +00:00
Lubos
9893e5c4ab
OpenXR - VR mode initialization added
2022-07-08 14:44:20 +02:00
Henrik Rydgård
dca637d8dc
Merge pull request #15658 from iota97/theme-rgba
...
Change theme color endianess in the ini
2022-07-08 11:11:27 +02:00
iota97
750d6405dc
Fix comment
2022-07-08 10:55:16 +02:00
iota97
d4698d43fd
Double quote
2022-07-08 10:49:33 +02:00
iota97
992f1fb8ba
Be explicit on the possibility of failure
2022-07-08 09:56:50 +02:00
iota97
319fb59ac0
Use hashtag for RGBA format
2022-07-08 06:43:26 +02:00