OpenSauce04
16b8a78571
macos: Patch QMetalLayer.setNeedsDisplayInRect at runtime to avoid freezing on recent Qt
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
2025-09-03 03:15:14 +01:00
PabloMK7
88b3dff278
citra_common: Enable SSE4.2 on x86_64 builds
...
Enables the use of SSE4.2 instructions on x86_64 CPUs, allowing
compilers to automatically vectorize some loops on citra_common.
A CMake toggle ENABLE_SSE42 (ON by default) has been added
to enable this behaviour.
This change breaks compatibility with CPUs that do not have
SSE4.2 instructions. All modern CPUs (from 2011 onwards) should
always have these instructions. Manual compilation will be
needed for older CPUs.
A message has been added to report if the CPU is incompatible
when starting the emulator.
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-05-31 11:12:28 +00:00
OpenSauce04
fdbc74b506
Updated help strings to reflect new room implementation
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (push) Waiting to run
citra-build / ios (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
2025-04-16 16:39:09 +01:00
OpenSauce04
2670b517e8
citra_room: Merge functionality into citra_meta
2025-04-16 16:39:09 +01: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
Eugenio A. Naselli
cb54c11f73
Corrected leftover references to Citra in build process ( #614 )
...
Co-authored-by: Eugenio Naselli <enaselli@nvidia.com>
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-03-02 18:26:45 +00:00
OpenSauce04
03d3d3601f
Changed executable name to azahar
2024-11-21 21:36:51 +00:00
OpenSauce04
da7d5c8aa0
citra_meta: Help text now omits references to the SDL frontend if disabled
2024-11-10 20:50:23 +00:00
OpenSauce04
11971d18d9
citra_meta: Target now utilizes precompiled headers
2024-11-10 20:50:04 +00:00
OpenSauce04
023de4dd76
citra_meta: Reworded missing SDL frontend error message
2024-11-10 20:42:03 +00:00
OpenSauce04
c399783266
Merged the SDL and Qt frontends together into a single unified executable
2024-11-10 19:28:04 +00:00