Commit Graph
45601 Commits
Author SHA1 Message Date
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
ANR2ME 74cad0a154 Slightly reduce Hostname progressView's margin as it took too much space. 2022-06-26 20:23:35 +07:00
ANR2ME 43beb26896 Added psp.gameplayer.club public Adhoc Server. 2022-06-26 19:47:33 +07:00
Henrik Rydgård 04affb1958 Additional game IDs for The Simpsons Game 2022-06-26 09:30:14 +02:00
Henrik Rydgård 474c516121 Apply the mali workaround for The Simpsons Game.
Fixes #9830
2022-06-26 09:25:08 +02:00
Unknown W. Brackets 8ae673572a Merge pull request #15628 from hrydgard/arm64-neon-flag
Add ARM64_NEON compile arch flag
2022-06-25 16:29:03 -07:00
Halo-Michael ac057bdf91 Merge pull request #15629 from Halo-Michael/lang
Update Simplified Chinese
2022-06-25 11:19:26 +02:00
Halo-Michael a85f168665 Merge branch 'hrydgard:master' into master 2022-06-25 17:00:04 +08:00
Henrik Rydgård 26ed3dbdc3 Merge pull request #15627 from zack-huangzihan/main
ffmpeg: fix compile bug
2022-06-25 07:59:04 +02:00
Henrik Rydgård d64100b75f Merge pull request #15625 from ANR2ME/adhoc
Mask some part of public IP in the logs for security reason.
2022-06-25 07:47:02 +02:00
Henrik Rydgård cd92151de7 Add ARM64_NEON compile arch flag
This allows doing ARM64 builds without NEON support, and allows simplifying some checks.
2022-06-25 07:29:20 +02:00
ZiHan Huang 33aeac694d ffmpeg: fix compile bug
Err is generated when USE_FFMPEG is set to OFF, The Camera
module relies on FFMPEG

Signed-off-by: ZiHan Huang <zack.huang@rock-chips.com>
2022-06-24 16:50:56 +08:00
ANR2ME ea6e5c8f74 Mask some part of public IP in the logs for security reason. 2022-06-23 00:41:41 +07:00
Henrik Rydgård 4b78224d22 Merge pull request #15620 from iota97/np-enter
Add numpad enter as a confirm
2022-06-22 09:50:50 +02:00
Henrik Rydgård f924a3ed11 Merge pull request #15624 from xujibbs/patch-24
Update zh_CN.ini
2022-06-22 09:50:29 +02:00
xujibbs a58c2ab335 Update zh_CN.ini 2022-06-22 08:50:56 +08:00
Henrik Rydgård 182bb6ed44 Merge pull request #15619 from iota97/lang
Update lang file
2022-06-21 09:35:18 +02:00
iota97 7d72c1e35a More translation key 2022-06-21 08:46:57 +02:00
iota97 0288717206 Add numpad enter as a confirm 2022-06-21 08:32:57 +02:00
iota97 fb88741565 Update all 2022-06-20 17:53:49 +02:00
Henrik Rydgård e942ba680b Remove driver version check for Mali stencil/discard bug. See #13833 2022-06-20 17:38:01 +02:00
iota97 71c879a101 Update eng lang 2022-06-20 17:27:34 +02:00
Henrik Rydgård 8fc2422e72 Merge pull request #15613 from iota97/repeat
Allow to repeat a "single" button
2022-06-19 19:55:41 +02:00
Unknown W. Brackets 7b7e0a34e2 Merge pull request #15615 from hrydgard/raspberry-pi-3-workaround
Workaround for strange driver hang on Raspberry Pi 3.
2022-06-19 09:34:31 -07:00
Henrik Rydgård 741837a02c Merge pull request #15614 from hrydgard/better-software-interrupt
Avoid including signal.h from CommonFuncs.h
2022-06-19 18:11:23 +02:00
Henrik Rydgård 122a0fa1f6 Oops, revert debugging commit 2022-06-19 18:10:27 +02:00
Henrik Rydgård 1d17b01c16 Workaround for strange driver hang on Raspberry Pi 3.
Strangely, this does not fix the text rendering in the UI, but might
still be enough for the libretro use case in #15469.

See #15469
2022-06-19 16:56:19 +02:00
Henrik Rydgård 106e372898 Keep ye olde else case 2022-06-19 16:47:02 +02:00
Henrik Rydgård 3ed7435012 Avoid including signal.h from CommonFuncs.h 2022-06-19 16:31:07 +02:00
iota97 e48ea158e4 Allow to repeat a "single" button 2022-06-19 15:18:05 +02:00
Unknown W. Brackets d07c256a1d Merge pull request #15611 from hrydgard/mali-bug-workaround
Workaround old Mali driver bug with discard + stencil
2022-06-18 17:13:58 -07:00
Henrik Rydgård 8922be2015 Out of performance paranoia, limit the Mali workaround to known affected games 2022-06-19 01:48:37 +02:00
Henrik Rydgård d0ea3b3284 Work around the Mali stencil discard bug the same way as the Adreno one. 2022-06-18 14:23:09 +02:00
Henrik Rydgård 78ad81db9e Show detected GPU driver bugs in system info 2022-06-18 14:23:09 +02:00
Henrik Rydgård 7656e2b9d9 Increase the difficulty of the GPU driver test
Trying to make the situation more similar to the Midnight Club map
problem, but still failing to repro in the GPU test, though it repros
fine in-game.
2022-06-18 14:23:09 +02:00
Henrik Rydgård f0cee59cc4 Merge pull request #15608 from unknownbrackets/webos-compile-error
Build: Use cinttypes not inttypes.h
2022-06-18 09:47:46 +02:00
Unknown W. Brackets 5cab38a645 Build: Use cinttypes not inttypes.h.
Apparently this helps webOS, see #15604.
2022-06-17 22:58:30 -07:00
Henrik Rydgård 31aca546e5 Merge pull request #15603 from xujibbs/patch-21
Update zh_TW.ini
2022-06-17 10:14:56 +02:00
Henrik Rydgård e11204de36 Merge pull request #15602 from xujibbs/patch-20
Update zh_CN.ini
2022-06-17 10:14:42 +02:00
xujibbs 1a09e943a2 Update zh_TW.ini 2022-06-17 12:49:24 +08:00
xujibbs f86a43b92f Update zh_CN.ini 2022-06-17 12:38:42 +08:00
Henrik Rydgård ef0a0c1a3c Merge pull request #15594 from attikos/master
Update gamecontrollerdb.txt
2022-06-13 11:19:57 +02:00
Bylkov Maksim 61ca7fbd55 Update gamecontrollerdb.txt 2022-06-13 12:26:23 +04:00
Henrik Rydgård a62fc9e5e4 Merge pull request #15591 from xujibbs/patch-15
Update zh_TW.ini
2022-06-13 09:49:33 +02:00
Henrik Rydgård 0dea3094bb Merge pull request #15593 from xujibbs/patch-17
Update zh_CN.ini
2022-06-13 09:03:48 +02:00
xujibbs 4dfe0dbb13 Update zh_CN.ini 2022-06-13 14:45:57 +08:00
xujibbs 6daa49d19d Update zh_TW.ini 2022-06-13 14:12:17 +08:00
Henrik Rydgård c5fd224f16 Merge pull request #15590 from nassau-tk/fix-ja_jp.ini
Fix-ja_jp.ini
2022-06-12 09:53:42 +02:00