OpenSauce04
e677f72bda
android: Fixed onResume attempting to pause instead of unpause
2026-03-15 15:50:05 +00:00
OpenSauce04
4109bb200b
android: Show Azahar version in toast when double-clicking on Applications
2026-03-15 14:51:53 +00:00
PabloMK7
6ad642a984
android: camera: Fix still image camera input ( #1892 )
2026-03-15 15:17:50 +01:00
Cobalt
ccd61d0134
qt: fix compilation on older QT6 ( #1886 )
...
* fix compilation on older QT6
* fix indent
my C++ is very rusty
* fix indents again
* Fixed formatting
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2026-03-15 13:46:50 +01:00
OpenSauce04
d97da17263
android: Fixed installed app shortcut creation failing on vanilla
2026-03-14 19:47:00 +00:00
OpenSauce04
0ff2aebdf1
android: Fixed Amiibo files failing to load on vanilla
2026-03-14 17:57:03 +00:00
Lillie
100b00b3b5
Fix typo "cartidges"
2026-03-13 10:02:38 +00:00
OpenSauce04
9e162705f4
Updated translations via Transifex
2026-03-12 20:54:03 +00:00
PabloMK7
b3f82618d7
android: Use StorageManager to get removable media path
2026-03-12 20:49:20 +00:00
OpenSauce04
fc6a410dfa
android: Separate package IDs for build variants
2026-03-12 20:45:19 +00:00
OpenSauce04
56a563c239
macos: Add warning dialog when launching azahar executable directly
2026-03-12 18:14:12 +00:00
OpenSauce04
6715959382
shader_jit_a64_compiler: Added missing include
...
Fixes a build issue on ARM64 Linux w/ GCC
Fix proposed by PabloMK7
2026-03-12 17:18:29 +00:00
OpenSauce04
75cd4ce649
ci: Add build tests for ARM Linux
...
No binaries yet
2026-03-12 16:14:43 +00:00
Eric Warmenhoven
463db8ffe4
Move libretro ci file to .ci
2026-03-12 15:18:44 +00:00
Eric Warmenhoven
ecaebc54ff
Rename libretro ci file
2026-03-12 15:01:29 +00:00
David Griswold
1febb83942
qt: Add controller touchpad support ( #777 )
2026-03-12 00:21:17 +01:00
PabloMK7
a3db3be4a6
video_core: vulkan: Fix Framebuffer move behaviour ( #1865 )
2026-03-11 23:36:03 +01:00
PabloMK7
909e4b7e1f
core: apt: Fix GetStartupArgument operation order ( #1862 )
2026-03-11 18:48:15 +01:00
PabloMK7
e92272ce31
core: fs: Implement NAND archives ( #1861 )
2026-03-11 15:06:28 +01:00
PabloMK7
51170ea85d
core: ac: Implement GetNZoneBeaconNotFoundEvent ( #1860 )
2026-03-11 13:49:56 +01:00
PabloMK7
9a7cc43d81
core: kernel: Set debug thread name based on process name ( #1859 )
2026-03-11 13:49:39 +01:00
OpenSauce04
e351fa56ce
Updated translations via Transifex
2026-03-10 19:25:21 +00:00
OpenSauce04
845fadf49e
android: Fix IOFile::GetFd not functioning as expected in vanilla
...
This fixes the cheats menu not loading correctly
2026-03-10 19:17:37 +00:00
Eric Warmenhoven
98910fed1c
default libretro "touch support" option on
2026-03-10 16:28:22 +00:00
RedBlackAka
d9f28c5b2a
Qt: Improve update checker system to prevent downgrades #1749 ( #1768 )
...
* Qt: Improve update checker system to prevent downgrades
* Code cleanup
* Return 0 as fallback
* Satisfy clang-format
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2026-03-10 16:01:40 +00:00
OpenSauce04
784fc8cca9
Updated translations via Transifex
2026-03-08 19:45:39 +00:00
OpenSauce04
a35a619903
ci: Add version suffix to libretro archive filenames
2026-03-08 19:43:38 +00:00
Eric Warmenhoven
3a5fa35449
libretro: draw cursor in vulkan
2026-03-08 19:04:10 +00:00
OpenSauce04
0407568006
android: Fix long-press menu for games in app dir displaying no file error
2026-03-08 18:46:09 +00:00
PabloMK7
30779d35cd
Fix 3DSX being treated as invalid applications
2026-03-08 18:46:09 +00:00
PabloMK7
32da5ea0ae
Read media type and pass it to UninstallProgram
2026-03-08 18:46:09 +00:00
OpenSauce04
e878174df8
android: Fixed games located in an application directory not being accessible
2026-03-08 18:46:09 +00:00
OpenSauce04
7ad6621f91
android: Fixed CIA installation failure in vanilla variant
...
This introduces a very hacky way of telling TranslateFilePath that a path is already native and doesn't need translating. I don't like this very much, but addressing this in any other way is very much outside of the scope of this PR.
2026-03-08 18:46:09 +00:00
OpenSauce04
8e1ffc1bdc
Fixed a possible app crash when calling AndroidStorage::GetUserDirectory
2026-03-08 18:46:09 +00:00
OpenSauce04
96485a22f8
android: Split path resolution logic of getUserDirectory into seperate function
2026-03-08 18:46:09 +00:00
OpenSauce04
97c9a51015
android: Re-implement title uninstallation via Service::AM::UninstallProgram
2026-03-08 18:46:09 +00:00
OpenSauce04
a8ebd0f551
DocumentsTree: Put resolvePath under a strict directory whitelist
2026-03-08 18:46:09 +00:00
OpenSauce04
fac63ce6b1
DocumentsTree: Re-implement getFilename without resolvePath
2026-03-08 18:46:09 +00:00
OpenSauce04
c71b2dc822
Move AndroidCanUseRawFS and AndroidTranslateFilename into AndroidStorage namespace
2026-03-08 18:46:09 +00:00
PabloMK7
e87635095a
android: Fully use raw FS access on vanilla builds
2026-03-08 18:46:09 +00:00
PabloMK7
0c624f16a7
core: Stub AC::CancelConnectAsync ( #1846 )
2026-03-08 19:26:39 +01:00
PabloMK7
d1d14cef79
core: Disable BOSS for enabled LLE online services ( #1847 )
2026-03-08 19:24:52 +01:00
PabloMK7
7d5da9eaeb
core: Fix application jump parameters ( #1845 )
2026-03-08 18:41:31 +01:00
lannoene
abc1980418
Add DLP:SRVR + misc bug fixes ( #1828 )
...
* Add DLP:SRVR + add friend code seed hack for LM1 + add multiple filters in IPC debugger + fix cia_container smdh offset not being applied, possible IF statement underflowing + default initialize boss variables + fix IPC header asserts in AM functions + add extra debug info to IPC param assert
* Make server & client more resistant to high ping conditions
* Remove DLP from list of online recommended modules
* Fix license headers + fix clang formatting + fix server create network assert
* Fix recorder.cpp license header
2026-03-08 15:48:09 +01:00
Fausto Núñez Alberro
70c9e18eea
libretro: enable VK_EXT_custom_border_color extension ( #1825 )
...
Fixes crash on startup with Vulkan renderer. The extension and its
features must be enabled during device creation for samplers using
custom border colors to work.
Fixes #1824
2026-03-07 21:56:44 +01:00
PabloMK7
46ca83cc36
core: Enable LLE CECD and BOSS when online LLE modules are enabled ( #1842 )
2026-03-07 21:11:45 +01:00
PabloMK7
1e0df67cc4
file_util: Fix file behaviour on Windows ( #1841 )
2026-03-07 20:33:29 +01:00
PabloMK7
ced1ec0112
core: nwm: Implement NWM_SOC::GetMACAddress ( #1840 )
2026-03-07 17:53:10 +01:00
Fausto Núñez Alberro
1b41c78afc
libretro: expose large_screen_proportion as a core option ( #1833 )
...
Adds the large_screen_proportion setting to libretro core options,
allowing users to adjust the ratio between the large and small screens
in the "Large Screen, Small Screen" layout.
This is useful on devices like the Steam Deck where the default 4x ratio
makes the small screen too tiny to be practical.
Values range from 1.00x to 6.00x in 0.25 increments.
Closes #1832
2026-03-07 16:44:27 +01:00
PabloMK7
748b97ac5e
core: ndm: Implement suspend daemons count ( #1839 )
2026-03-07 14:26:40 +01:00