Autechre
71ed4db45a
Merge pull request #11681 from crystalct/master
...
Fix multipass shaders on PS3 - fix #11673
2020-12-11 20:18:35 +01:00
Autechre
301b0f6353
Merge pull request #11682 from jdgleaver/dingux-osd-cleanup
...
(OpenDingux/sdl_dingux_gfx) OSD font clean-up
2020-12-11 20:18:10 +01:00
jdgleaver
f657344d85
(OpenDingux/sdl_dingux_gfx) OSD font clean-up
2020-12-11 17:33:41 +00:00
unknown
96a7db2451
Fix multipass shaders on PS3
2020-12-11 18:22:27 +01:00
jdgleaver
e330b67003
RZIP command line tool: Use correct executable extension + silence warnings on Windows
2020-12-11 13:21:55 +00:00
jdgleaver
73c53b63bf
RZIP command line tool fixes
2020-12-11 11:00:19 +00:00
Autechre
4c98be1aa8
Merge pull request #11677 from jdgleaver/rgui-cjk
...
(RGUI) Add support for CJK fonts
2020-12-10 23:47:24 +01:00
Autechre
7b214efe5a
Merge pull request #11678 from davidgfnet/betterwifi2
...
Fix minor issues and a memleak
2020-12-10 23:46:44 +01:00
David Guillen Fandos
8b88f705b8
Fix minor issues and a memleak
2020-12-10 19:24:34 +01:00
jdgleaver
0f0ccbadc0
(RGUI) Add support for CJK fonts
2020-12-10 15:17:26 +00:00
Autechre
e31605b9fa
Merge pull request #11676 from schellingb/fix-unused-func-warning
...
Mark function possibly unused to suppress warning
2020-12-10 03:42:41 +01:00
Bernhard Schelling
3de2c290fe
Mark function possibly unused to suppress warning
...
Add attribute to avoid the warnings "rbuf__grow' defined but not used [-Wunused-function]" (GCC/Clang) and "unreferenced local function has been removed" (MSVC).
2020-12-10 09:35:08 +09:00
twinaphex
22e966be5b
Cleanups
2020-12-09 22:25:05 +01:00
twinaphex
b6fd220c79
Cleanups
2020-12-09 22:23:07 +01:00
twinaphex
a1b389565c
Silence warnings on Dingux
2020-12-09 22:18:26 +01:00
twinaphex
7ce76679de
Silence warnings for builds that don't have shader support
2020-12-09 22:11:06 +01:00
twinaphex
c2a73a6921
remove unused variables
2020-12-09 22:06:02 +01:00
twinaphex
c328b1f94a
Put wifi behind HAVE_NETWORKING ifdefs
2020-12-09 22:03:23 +01:00
twinaphex
4db9f01ecb
Take this function outside of the ifdef for shaders
2020-12-09 21:54:33 +01:00
Autechre
dd05dcf3a2
Merge pull request #11675 from davidgfnet/betterwifi2
...
Add a proper WiFi menu, with Enable/Disable & Disconnect options
2020-12-09 21:35:59 +01:00
David Guillen Fandos
ed7b3aa415
Add a proper WiFi menu, with Enable/Disable & Disconnect options
...
This also allows WiFi passwords to be remembered. The underlying
tool (connman) allows to store passswords (that's why it auto connects
whenever you boot a Lakka device), so we expose this so that the user
does not have to re-input the pass when connecting to a saved wifi.
Option to forget a password to come in a future PR, for now a password
is automatically forgotten if the Wifi connect operation fails (we assume
it fails due to password).
Changes the WiFi API to enable these features of course!
2020-12-09 20:20:48 +01:00
Autechre
0bb70902a8
Merge pull request #11671 from MrHuu/guard_threads
...
(3DS) guard threading
2020-12-09 02:49:51 +01:00
MrHuu
58cb2b6cc4
(3DS) guard treading
2020-12-09 00:48:45 +01:00
Autechre
70feaebc91
Merge pull request #11670 from sonninnos/nowinkey-option
...
(DINPUT+WINRAW) Option for disabling Windows hotkeys
2020-12-08 23:43:32 +01:00
Tony Jansson
75baed785e
(DINPUT+WINRAW) Option for disabling Windows hotkeys
2020-12-09 00:03:40 +02:00
gouchi
a7bdabd133
intl: Add Finnish language
2020-12-05 22:10:29 +01:00
twinaphex
625f0d4fc6
Improve conditional
2020-12-05 04:54:22 +01:00
twinaphex
9688554921
(D3D11) Use SWAP_EFFECT_*_DISCARD from now on fallback PC codepath
2020-12-05 04:48:11 +01:00
Autechre
8375055b88
Merge pull request #11663 from jdgleaver/gitlab-ngc
...
Add NGC build to .gitlab-ci.yml
2020-12-04 18:59:52 +01:00
jdgleaver
dff84b48f3
Add NGC build to .gitlab-ci.yml
2020-12-04 17:35:31 +00:00
Autechre
2ba2e00f19
Merge pull request #11661 from jdgleaver/gitlab-wii
...
Add Wii build to .gitlab-ci.yml
2020-12-04 13:37:29 +01:00
jdgleaver
42848bc4d7
Add Wii build to .gitlab-ci.yml
2020-12-04 11:01:34 +00:00
Autechre
6565fc9e9c
Merge pull request #11660 from davidgfnet/betterwifi2
...
Improving Wifi API and connman implementation
2020-12-04 04:08:38 +01:00
Autechre
ddaa355659
Merge pull request #11659 from Oschowa/jack_fixes
...
(Audio/JACK) Fix non-blocking write and switch to deinterleaving in the process function with a single jack ringbuffer.
2020-12-04 02:24:43 +01:00
David Guillen Fandos
091f6e6354
Improving Wifi API and connman implementation
...
This sets the ground for more PRs to come. Clean up how scanning and listing
SSID works, and adds attributes to the newtworks.
Frontend will be able to know which networks are "remembered" and thus
require no password to re-connect.
For now scans are performed every 2 minutes or on demand if no networks found
(either for real or in the "cache").
2020-12-04 02:18:03 +01:00
Oschowa
78bb0de6e9
(Audio/JACK) Deinterleave in the process callback
...
This allows us to avoid the extra copy to the deinterleave buffer and
lets us use only a single jack ringbuffer.
2020-12-04 00:18:23 +01:00
Oschowa
604eb32c35
(Audio/JACK) Fix non-blocking write
...
Previously we would wait on the condition variable even in the non-blocking case.
This improves fast-forward performance massively and brings JACK in line
with other backends in that regard.
2020-12-04 00:09:40 +01:00
Autechre
22042f2351
Merge pull request #11657 from Jamiras/discord_fix
...
fix discord rich presence
2020-12-03 20:24:59 +01:00
Autechre
db2cd8f9e7
Merge pull request #11656 from davidgfnet/betterwifi
...
Small Lakka fixes (fd leak and build issue)
2020-12-03 18:44:47 +01:00
Autechre
d81316bda0
Merge pull request #11655 from jdgleaver/gitlab-dingux-mips32
...
(.gitlab-ci.yml) Use correct architecture label for OpenDingux build
2020-12-03 18:01:23 +01:00
Jamiras
76074a76fe
fix discord rich presence
2020-12-03 09:42:40 -07:00
David Guillen Fandos
2eb3b93a15
Fix fd leak in wifi status function
2020-12-03 16:38:34 +01:00
David Guillen Fandos
192d131020
Fix Lakka build in !switch !oga2 platforms
2020-12-03 16:13:22 +01:00
jdgleaver
1017cfa4df
(.gitlab-ci.yml) Use correct architecture label for OpenDingux build
2020-12-03 14:11:22 +00:00
jdgleaver
cc08a971e3
(3DS) Minor makefile clean-ups required for new build infrastructure
2020-12-03 12:48:18 +01:00
jdgleaver
4ddba05d91
[3DS/.gitlab-ci.yml] Replace 'salamander' references with 'dummy'
2020-12-02 18:25:58 +01:00
Autechre
1f87250965
Merge pull request #11652 from jdgleaver/gitlab-ctr
...
Add CTR build to .gitlab-ci.yml
2020-12-02 17:29:01 +01:00
jdgleaver
067e0063bb
Add CTR build to .gitlab-ci.yml
2020-12-02 15:59:16 +00:00
Autechre
8747d78778
Merge pull request #11650 from jdgleaver/dingux-custom-toolchain
...
OpenDingux: Enable compilation with custom toolchains
2020-12-02 14:24:59 +01:00
jdgleaver
105eeeb881
OpenDingux: Enable compilation with custom toolchains
2020-12-02 12:07:52 +00:00