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
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
iota97
6c0cc94f27
Change theme endianess
2022-07-07 13:13:17 +02:00
xujibbs
3744e11775
Update zh_CN.ini ( #15657 )
2022-07-07 09:05:30 +02:00
Henrik Rydgård
e1daccddfd
Add check that makes PPSSPP work on Xbox through the debugger
...
Not sure why needed, seems maybe some different event order during
window creation...
2022-07-07 00:08:50 +02:00
tunip3
42ae18eea5
Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build ( #15652 )
...
* replace, all win32 file io with their matching uwp safe variants
* add support for drive listing
* Delete NATIVEAPP.ipch
* Update .gitignore
* fix indentation
2022-07-06 23:59:47 +02:00
Henrik Rydgård
f6676fd706
Merge pull request #15654 from hrydgard/rtype-games-allow-framebuffer
...
compat.ini: Add R-Type games to IntraVRAMBlockTransferAllowCreateFB.
2022-07-06 17:48:47 +02:00
Henrik Rydgård
c768c196b0
compat.ini: Add R-Type games to IntraVRAMBlockTransferAllowCreateFB.
...
Speeds up and improves some visual effects.
See #14198
2022-07-06 17:47:31 +02:00
Henrik Rydgård
eceac5f548
Merge pull request #15653 from unknownbrackets/ignore-compat
...
Compat: Fix backwards check
2022-07-06 16:02:16 +02:00
Unknown W. Brackets
703d1f51a7
Compat: Fix backwards check.
2022-07-06 06:54:15 -07:00
Henrik Rydgård
e1ce0e2faa
Merge pull request #15645 from unknownbrackets/analog-speed
...
UI: Add analog speed limit mapping
2022-07-06 09:07:58 +02:00
Unknown W. Brackets
0179da6f36
UI: Add small deadzone for analog speed.
2022-07-05 19:37:56 -07:00
Unknown W. Brackets
e159cb2b91
UI: Clamp analog speed to 0 on opposite value.
2022-07-05 16:07:09 -07:00
Henrik Rydgård
76da8a7d0f
Merge pull request #15650 from xujibbs/patch-32
...
Update zh_CN.ini
2022-07-05 15:07:38 +02:00
Henrik Rydgård
f36a768e62
Merge pull request #15651 from xujibbs/patch-31
...
Update zh_TW.ini
2022-07-05 15:07:27 +02:00
xujibbs
36c5487371
Update zh_CN.ini
2022-07-05 20:16:11 +08:00
xujibbs
7710e34a10
Update zh_TW.ini
2022-07-05 20:14:23 +08:00
Henrik Rydgård
07e99f2ae5
Merge pull request #15649 from unknownbrackets/vfpu-minor
...
interp: Fix constant typo
2022-07-05 07:07:43 +02:00
Unknown W. Brackets
f18c1a6e8f
UI: Reset views when analog speed mapped.
2022-07-04 20:20:31 -07:00
Unknown W. Brackets
3cb4207369
UI: Allow cancel from analog speed mapping.
2022-07-04 20:20:13 -07:00
Unknown W. Brackets
6e1457e3bf
UWP: Skip pad name lookup.
2022-07-04 19:14:05 -07:00
Unknown W. Brackets
c15c4a6967
UI: Add analog speed limit mapping.
...
Only shows up as a setting if mapped, to avoid cluttering settings.
2022-07-04 19:14:05 -07:00
Unknown W. Brackets
536c050943
Core: Track names of connected pad devices.
...
Rather than just that it's a pad. This tries to get the identifier if
possible.
2022-07-04 19:14:04 -07:00
Unknown W. Brackets
74efce2d00
interp: Fix constant typo.
2022-07-04 17:31:12 -07:00
Henrik Rydgård
75bae070de
Merge pull request #15648 from unknownbrackets/ignore-compat
...
Compat: Add setting to skip compat flags
2022-07-05 00:17:42 +02:00
Unknown W. Brackets
0f9f53c1b7
Compat: Add setting to skip compat flags.
...
This allows configuring "ALL" to skip all, regardless of if new game IDs
are added in a later stable release.
2022-07-04 14:48:48 -07:00
Henrik Rydgård
7c32af894f
Merge pull request #15639 from ANR2ME/ui
...
[UI] Show a tip message when enabling "UPnP use original port" option.
2022-07-04 23:32:24 +02:00
Henrik Rydgård
9ffb248e59
Merge pull request #15646 from unknownbrackets/report-vertex
...
Reporting: Log when vertex count truncated
2022-07-04 23:23:36 +02:00
Unknown W. Brackets
efacbddaef
Reporting: Log when vertex count truncated.
2022-07-04 13:22:17 -07:00
ANR2ME
6b8b316b81
Updated wiki page key in all translation INIs.
2022-07-05 00:20:14 +07:00
Henrik Rydgård
e701753162
Merge pull request #15643 from iota97/compat
...
Remove left over
2022-07-04 14:59:19 +02:00
iota97
8a566fb032
Remove left over
2022-07-04 14:28:04 +02:00
ANR2ME
70e1431013
oops
2022-07-03 01:53:38 +07:00
ANR2ME
351b95e0c8
Updated text on AdHoc wiki page button.
2022-07-03 01:41:18 +07:00
ANR2ME
ecf0d4cd05
Updated "Use original port" tip message.
2022-07-03 01:37:51 +07:00
ANR2ME
3d1dbc610b
Show a tip message when enabling "UPnP use original port" option.
2022-07-01 00:32:36 +07:00
Henrik Rydgård
4196928320
Merge pull request #15633 from xujibbs/patch-29
...
Update zh_CN.ini
2022-06-28 13:54:16 +02:00
Henrik Rydgård
0e637df24c
Merge pull request #15634 from xujibbs/patch-30
...
Update zh_TW.ini
2022-06-28 13:54:03 +02:00
xujibbs
e03e844950
Update zh_TW.ini
2022-06-28 19:48:57 +08:00
xujibbs
f7e0eedda0
Update zh_CN.ini
2022-06-28 19:43:41 +08:00
Henrik Rydgård
dd6c35b681
Merge pull request #15632 from Saramagrean/patch-2
...
Update th_TH.ini
2022-06-27 08:13:26 +02:00
Benjamin Benda Gates
07fbffd160
Update th_TH.ini
2022-06-27 11:27:23 +07:00
Henrik Rydgård
5c459609ce
Merge pull request #15631 from ANR2ME/ui
...
[UI] Minor changes to PRO ad hoc server IP address selection
2022-06-26 19:47:03 +02:00
ANR2ME
3667f35c31
Hide Hostname progressView when not showing any message to get a better view of the list.
2022-06-26 20:26:09 +07:00