OpenSauce04
f083a6e5d3
Updated French translation via Transifex
2025-03-22 21:49:19 +00:00
OpenSauce04
75918be261
Updated language translations via Transifex
2025-03-22 21:49:18 +00:00
OpenSauce04
2b0d412070
cmake: Fixed compilation failure if CMAKE_CXX_FLAGS is an empty string
2025-03-22 21:44:46 +00:00
OpenSauce04
5b910d6f0e
cmake: Correctly handle _FORTIFY_SOURCE being pre-defined in CXXFLAGS
2025-03-22 21:10:56 +00:00
PabloMK7
4d04f633fa
android: Show unsupported encrypted app message instead of invalid region
2025-03-22 16:55:38 +00:00
OpenSauce04
860aace2f5
android: Updated notification icon to reflect Azahar's logo
2025-03-22 16:20:28 +00:00
PabloMK7
844b166fbf
Fix install CIA format string
2025-03-22 15:37:06 +00:00
PabloMK7
7e9b5743fb
Fix temporary frame limit
2025-03-22 00:23:40 +01:00
OpenSauce04
7920188417
Applied clang-format
2025-03-21 22:42:09 +00:00
OpenSauce04
3718bab5cb
qt: Corrected broken link in .3ds/encryption warning message
2025-03-21 22:37:53 +00:00
OpenSauce04
ec9c3dd276
Updated languages via Transifex
2025-03-21 20:25:48 +00:00
OpenSauce04
ffb8bf15b2
Fixed encrypted+.3ds warning string being poorly formatted
2025-03-21 20:14:28 +00:00
OpenSauce04
22934aa46e
Updated languages via Transifex
2025-03-21 19:33:35 +00:00
PabloMK7
17a6bfb7dd
qt: Change update URL to the website ( #757 )
2025-03-21 20:19:45 +01:00
OpenSauce04
edb01754ea
strings.xml: Fixed minor formatting issue
2025-03-21 19:08:31 +00:00
PabloMK7
1259401889
Show warning that 3ds files are no longer supported
2025-03-21 18:39:57 +00:00
PabloMK7
84e2f31415
Make AM:GetPersonalizedTicketInfoList only return personal tickets
2025-03-21 19:22:59 +01:00
OpenSauce04
70be7d987e
video_core: Fixed emulation window artefacts on OpenGL + Wayland
2025-03-21 17:04:27 +00:00
RedBlackAka
9763488577
installer: Clean up Windows Start Menu entry
...
* Clean up Windows Start Menu entry
* Clean up old Start Menu shortcuts when upgrading
2025-03-21 17:00:00 +00:00
OpenSauce04
b225e856df
Updated all files under dist to refer to Azahar instead of Citra
...
This resolves some icon theming issues on Linux
Co-authored-by: HurricanePootis <53066639+HurricanePootis@users.noreply.github.com>
2025-03-21 16:37:10 +00:00
Taylor Rodríguez
d82be7ac7c
Fix bug where log file was not generated on first run ( #729 )
...
* Fix bug where log file was not generated on first run
This fix resolves issue #727 .
On first start, Log::Initialize attempts to create the `azahar-emu/log/`
directory. However, it fails because `azahar-emu/` does not exist. Using
FileUtil::CreateFullPath instead will create both `azahar-emu` and
`log/`.
* Update license header
2025-03-20 11:49:51 +00:00
PabloMK7
3783ac9f49
Fix incorrect syntax in construction of ARM_DynCom
2025-03-19 15:22:10 +01:00
PabloMK7
5acb2eee91
Fix language related issues ( #735 )
2025-03-19 15:21:22 +01:00
OpenSauce04
d59ea25cbe
installer: Replaced reference to "Dolphin.exe" left over from the Dolphin installer we're based on
2025-03-18 12:53:10 +00:00
OpenSauce04
dcd6fe8258
qt: Updated translations via Transifex
2025-03-18 12:06:29 +00:00
PabloMK7
fac8ae2682
Fix VS uniform fields type declaration
2025-03-17 22:59:47 +00:00
PabloMK7
9d03856026
Fix uninitialized movable check on artic setup
2025-03-17 20:07:29 +00:00
PabloMK7
0eb4a71720
Implement framebuffer vertical flip flag ( #699 )
...
* Implement framebuffer vertical flip flag
* Make VerticalMirror const
2025-03-17 19:39:55 +00:00
PabloMK7
007b809ad7
Add support for uninitialized movable
2025-03-17 19:37:16 +00:00
PabloMK7
66d8e58dcd
Fix artic traffic label being white on light theme
2025-03-17 19:34:45 +00:00
PabloMK7
c13d2d7208
Fix incorrect crypto file handling if exefs override fails
2025-03-17 16:19:56 +00:00
PabloMK7
dac463d74a
Fix system files setup on macos
2025-03-17 16:19:56 +00:00
PabloMK7
d72948ca22
am: Fix force new 3ds deviceID
2025-03-15 23:24:04 +00:00
OpenSauce04
ccb26303ad
qt: Added Report Compatibility button which redirects to Azahar compatibility list
2025-03-15 22:21:59 +00:00
OpenSauce04
c2a84a2f21
qt: Updated translations via Transifex
2025-03-15 14:43:08 +00:00
Reg Tiangha
7ef4012a9a
citra_qt.cpp: Made isDarkMode() compliant with QT 6.4 and older
2025-03-14 23:42:49 +00:00
OpenSauce04
c601a5e68a
SystemFilesFragment.kt: Removed accidentally committed code which breaks the radio buttons
...
Accidentally added in 58b2ebd5cd14eb49ecdd153224e9a07c9c51a423
2025-03-14 20:57:14 +00:00
PabloMK7
58b2ebd5cd
android: Added MAC address setting from QT
2025-03-13 21:17:41 +00:00
PabloMK7
d5745cae8f
Add LLE modules for online features option + AM Refactor w/ various improvements/fixes
...
- Added option to enable required LLE modules for online features.
- (Android) Fixed bug that would cause FS RenameFile to fail sometimes on Android.
- (Android) Moved New 3DS mode and LLE applets to system settings tab on Android.
- (Android) Fixed cfg save data related issues (mostly Console ID).
- Made AM title scanning asynchronous, which makes game boot way faster on Android on most cases.
- Made more AM functions asynchronous, to prevent stutter.
- Fixed bug in SOC that could cause the emulator to crash when disconnecting.
- Fixed keys not being initialized when processing console unique files.
2025-03-13 21:17:32 +00:00
OpenSauce04
518b3d7432
qt: Fixed migration text box erroneously being show if there is no Azahar, Citra or Lime3DS data
2025-03-13 19:02:17 +00:00
Kleidis
e6ca7119af
citra_qt: Use stylesheet with light colored icons if dark mode
2025-03-13 18:45:42 +00:00
Kleidis
420b803fac
citra_qt: Rename default theme from Light to System
2025-03-13 18:45:20 +00:00
PabloMK7
42d77cd720
Implement "Set Up System Files" on Android ( #653 )
...
* Implement "Set Up System Files" on Android
* Use correct strings + Remove chunks of unused code
* Updated license header
* SystemFilesFragment.kt: Use radio buttons for selecting O3DS/N3DS
* HomeSettingsFragment.kt: Moved `Install CIA` above `Set Up System Files`
* strings.xml: Updated system file setup button strings
* android: Remove System Files Warning
This warning is no longer relevant due to changes in how system files are installed
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-03-12 22:41:45 +01:00
OpenSauce04
57b5f7da17
qt: Make update check concurrent and added connection timeout
...
Co-authored-by: PabloMK7 <hackyglitch2@gmail.com>
2025-03-12 21:55:12 +01:00
OpenSauce04
d10a1f1a87
qt: Added setting "Check for updates"
2025-03-12 21:55:12 +01:00
OpenSauce04
2234fa93cb
qt: Added update checker behind CMake option ENABLE_QT_UPDATE_CHECKER
2025-03-12 21:55:12 +01:00
OpenSauce04
4cbfba8205
android: Renamed all strings with _desc prefix to _description for consistency
2025-03-12 20:50:51 +01:00
OpenSauce04
81753f908b
strings.xml: Added missing period to end of delay_start_lle_modules_desc string
2025-03-12 20:50:51 +01:00
OpenSauce04
82cb9ce9c4
configure_debug.ui: Moved CPU clock speed information under CPU clock speed slider
2025-03-12 20:50:51 +01:00
OpenSauce04
a2f2239bbb
configure_debug.ui: Corrected a typo of the word "miscellaneous"
2025-03-12 20:50:51 +01:00