Commit graph

36 commits

Author SHA1 Message Date
ephphatha
c1c56c111f Handle runtime_errors thrown by std::locale constructor
Appears some implementations don't support unknown locales and throw errors instead, causing the language detection to error and not complete.
2022-01-19 03:04:53 +01:00
ephphatha
6a1091ce09 Rename Korean/Romanian translation files so they are used in fallback resolution 2022-01-04 23:20:53 +01:00
Anders Jenbo
6b2481a76c Touch support on all SDL2 platforms 2022-01-02 11:37:38 +01:00
Andrew James
ab95a29697
Get user preferred languages on apple devices (#3875)
Co-authored-by: Bubio <bubio66@gmail.com>
2022-01-01 19:31:48 +11:00
Andrew James
fb8467b045
Move platform specific locale lookup code to platform directory (#3862) 2021-12-30 15:20:40 +11:00
Gleb Mazovetskiy
cacf55bb34 CMake: Split out platform libraries 2021-12-21 21:01:47 +00:00
staphen
8a6feeb231 Reduce stack size on 3DS 2021-12-19 17:52:37 +01:00
Gleb Mazovetskiy
d0ed505765 Move platforms asio includes to Source 2021-12-07 18:32:25 +01:00
JBerg
f31258400a [ios] Expose app's data 2021-12-06 22:01:02 +01:00
Gleb Mazovetskiy
7e1fea6f76 clang-format all files in {Source,test}/
Also includes a few manual tweaks to comments and newlines for better results.

Co-authored-by: Anders Jenbo <anders@jenbo.dk>
2021-11-24 23:44:12 +01:00
Anders Jenbo
799f1763af Performce UTF8 aware limited string copies 2021-11-22 03:28:51 +01:00
staphen
9413d0046b Increase stack size on 3DS 2021-11-19 11:49:41 +00:00
staphen
dd901e3c2c Do not disable backlight on o2DS 2021-11-12 00:11:42 +01:00
Ivan Epifanov
525c57431d Fix Vita IME input languages 2021-10-26 14:24:42 +02:00
Ivan Epifanov
8e6f511d6c Add vita tcp network support 2021-10-20 19:02:47 +02:00
Rafał Mikrut
3ba15a4251 Don't try to close non openend file 2021-10-07 11:36:51 +02:00
staphen
b29141048a Move existing touch control logic to Vita platform 2021-09-16 19:25:31 +02:00
staphen
1d50db0246 Nintendo Switch: Remove link to rdimon library to fix file truncation 2021-08-28 02:26:06 +02:00
obligaron
82cea78def Apply clang-format 2021-08-11 20:52:32 +02:00
staphen
703e5a3f14 3DS: Detect system language and select the appropriate translation 2021-08-10 07:50:38 +02:00
Anders Jenbo
903d4bd2e1 Scope all for loops
This caused 7 of the loops to be rewriteen using range by clang-tidy
2021-07-08 08:14:03 -07:00
Anders Jenbo
a7c7fa0030 Fully apply clang-tidy/format to all files 2021-07-03 16:41:43 -07:00
staphen
8fbe5efd9e Switch custom RNG for libsodium 2021-06-26 13:26:56 -07:00
staphen
c5fc37eca2 Stub missing functions for Switch 2021-06-26 13:26:56 -07:00
staphen
c6a9eaaf88 Implement sendmsg and recvmsg 2021-06-20 16:31:25 -07:00
staphen
fea2cbb104 Initialize AC and SOC services at startup 2021-06-20 16:31:25 -07:00
staphen
12cd536259 Stub missing functions for 3DS 2021-06-20 16:31:25 -07:00
staphen
14a0da7fb3 Enable TCP in 3DS build 2021-06-20 16:31:25 -07:00
staphen
57856fa2a6 3DS SOC service initialization functions 2021-06-20 16:31:25 -07:00
staphen
f2bf6f3ff3 3DS custom RNG for libsodium 2021-06-20 16:31:25 -07:00
staphen
9ca9de3eba Add virtual keyboard hints and 3DS keyboard improvements 2021-06-20 16:31:25 -07:00
Stephen C. Wills
081a077f6f
Custom message box for 3DS (#1932) 2021-05-12 10:27:24 +02:00
staphen
5483b29a31 Set 3DS scaling behavior based on FitToScreen setting. 2021-05-09 00:31:13 +01:00
Jmgr
c33182d6de Modernize deprecated headers 2021-04-25 02:50:31 +02:00
Anders Jenbo
5fdb9ce459 🎨 Format code 2021-04-19 00:37:33 +02:00
Anders Jenbo
8c821e98d3 🚚 Restructure files 2021-04-16 03:57:22 +02:00