Age | Commit message (Collapse) | Author |
|
- Update copyright headers to include Citron Homebrew Project
- Add 2025 to copyright years
|
|
- The personalization array in GenerateTelemetryId() was too small (18 bytes)
for the string "citron Telemetry ID" which requires 20 bytes including the
null terminator
- Increased the array size to 20 to properly accommodate the full string
|
|
- Replaced all references to the old project name with Citron.
- Added Citron copyright information alongside existing notices in all files.
|
|
|
|
|
|
Signed-off-by: Zephyron <zephyron@citron-emu.org>
|
|
|
|
|
|
Update translations (2024-03-01)
|
|
|
|
|
|
|
|
service: hid: Migrate HidServer to new IPC
|
|
general: fix asan errors
|
|
texture_cache: do not track invalid addresses
|
|
|
|
|
|
|
|
|
|
|
|
renderer_opengl: declare geometry stream support in profile
|
|
core: enable error applet, add stubs for web applet
|
|
video_core: make gpu context aware of rendering program
|
|
|
|
|
|
|
|
|
|
tools: Add reset submodules script
|
|
core: hid: hid_core doesn't have access to LIBUSB
|
|
core: hid: Reintroduce vibration filter
|
|
|
|
|
|
glue: load initial year setting as s32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: set: Fix GetSettingsItemValue
|
|
|
|
|
|
service: set: Enable nfc and others by default and bump version
|
|
aoc: Migrate to use cmif serialization
|
|
set: fix region code for system settings
|
|
|
|
|
|
android: Play vibrations asynchronously
|