patchzyy
2b5b889249
Add windows CI
2026-09-01 17:01:13 +02:00
theofficialgman
fbfb741b49
Create package CI
2026-09-01 17:01:13 +02:00
theofficialgman
e630132dd3
Update Build-Installer.ps1
2026-09-01 17:01:13 +02:00
patchzyy
a6f3720598
Merge pull request #115 from DarthMDev/security-tls-certificate-validation
...
security: enforce TLS certificate validation
2026-09-01 16:58:04 +02:00
DarthM
abe7cd2b61
security: enforce TLS certificate validation
2026-09-01 03:43:59 -04:00
patchzyy
7aa04bfe80
Delete unneeded note
2026-08-31 16:44:06 +02:00
patchzyy
1af7cd6d9b
Merge pull request #109 from DarthMDev/discord-rich-presence
...
feat: add basic Discord rich presence support
2026-08-31 16:32:44 +02:00
patchzyy
d31942c356
Merge pull request #110 from patchzyy/Color-profile-crash-fix
...
Refine SEH crash handling on Windows
2026-08-31 16:32:18 +02:00
patchzyy
13b6d0b447
Refine SEH crash handling on Windows
2026-08-31 16:28:24 +02:00
patchzyy
db576cd5cb
Update runtime_config.h
2026-08-31 16:08:32 +02:00
DarthM
edacfcb8bc
fix: handshake before Discord activity updates
2026-08-31 06:57:19 -04:00
DarthM
36faa76dc0
fix: harden Discord IPC retries
2026-08-31 06:36:45 -04:00
DarthM
3fc1555871
config: set default Discord client ID
2026-08-31 06:15:30 -04:00
DarthM
be691bd08d
feat: add Discord rich presence support
2026-08-31 06:15:30 -04:00
patchzyy
243eb86021
Merge pull request #50 from theofficialgman/aarch64-main
...
Add ARM64 Support (with Linux ARM64 packaging implementation)
2026-08-30 22:28:36 +02:00
patchzyy
7b750e96ac
Update ppc_isa_float.h
2026-08-30 22:20:58 +02:00
patchzyy
e4e388295b
Merge branch 'aarch64-main' of https://github.com/theofficialgman/Wiicompiled into pr/50
2026-08-30 22:09:50 +02:00
patchzyy
2c38db4174
Merge pull request #99 from zydezu/add-mpris-support
...
Add MPRIS for music attenuation support on linux
2026-08-30 21:07:16 +02:00
zydezu
1c7e4e79c5
FEAT: add MPRIS for music attenuation support on linux
2026-08-30 19:17:58 +01:00
patchzyy
9a22de1079
Bump version to 0.2.25
v0.2.25
2026-08-30 11:41:22 +02:00
patchzyy
c0359b05a7
Merge pull request #92 from patchzyy/proper-WUP
...
Enable libusb in SDL
2026-08-30 11:39:16 +02:00
patchzyy
6c1d4faaf7
Merge pull request #93 from patchzyy/Remove-f10-controller-block
...
Remove the f10 menu blocking controller inputs
2026-08-30 11:35:31 +02:00
patchzyy
3fb7373c4f
Update AuroraLibUSB.cmake
2026-08-30 11:34:45 +02:00
patchzyy
8dd689c6d2
Update settings_overlay.cpp
2026-08-30 11:27:37 +02:00
patchzyy
69be584cc5
WUP
2026-08-30 11:21:10 +02:00
patchzyy
8d569ef77b
Merge pull request #91 from patchzyy/Bring-back-auto-assignment
...
bring back auto-assignment
2026-08-30 10:49:10 +02:00
patchzyy
36cc6abe24
bring back auto-assignment
2026-08-30 10:39:40 +02:00
theofficialgman
6ddc153e44
add native aarch64 (arm64) support
...
use -mcpu=native on arm64 targets
build-appimage.sh kernel architecture detection
2026-08-29 23:08:43 -04:00
patchzyy
806f4127bb
Merge pull request #37 from theofficialgman/main
...
Add Real (Native) Linux Support
2026-08-30 01:14:30 +02:00
patchzyy
fb9b101de7
Update Test-NativeDependencies.ps1
2026-08-30 01:08:10 +02:00
theofficialgman
64ea7b7401
correct windows tests after refactor
2026-08-29 14:55:02 -04:00
theofficialgman
4f4716be5a
remove WUP028 driver which is already handled by SDL3 on Linux
...
also restores automatic port assignment on non-Windows. This should be the default as https://github.com/patchzyy/Wiicompiled/pull/42 was never a necessary change
2026-08-29 13:54:25 -04:00
theofficialgman
cb812c1fd0
add native aarch64 (arm64) support
...
use -mcpu=native on arm64 targets
2026-08-29 12:12:06 -04:00
theofficialgman
c0ed2bfbeb
refactor WiiCompiled.Setup into WiiCompiled.Setup.Windows and add WiiCompiled.Setup.Common
...
the idea behind this is C# code that is OS agnostic can go in WiiCompiled.Setup.Common to be shared by any OS specific code (eg: WiiCompiled.Setup.Windows and WiiCompiled.Setup.Linux).
2026-08-29 12:06:58 -04:00
theofficialgman
f09590aa5d
switch to standalone nod tool rather than dolphin-tool
2026-08-29 12:06:58 -04:00
theofficialgman
edc5fa1dd3
also bundle dotnet in translator for linux appimage
2026-08-29 12:06:58 -04:00
theofficialgman
c5db4d0e8e
add appimage buildscript for linux
2026-08-29 12:06:58 -04:00
theofficialgman
e3c4028b50
partial linux setup/install scripting
2026-08-29 12:06:58 -04:00
theofficialgman
48c4df342f
fix non-fatal linker warning on linux
2026-08-29 12:06:13 -04:00
theofficialgman
c93f82e938
add linux local-build.sh script
2026-08-29 12:06:13 -04:00
theofficialgman
9f799fe12b
final linux support necessary changes to build a working application
2026-08-29 12:06:13 -04:00
theofficialgman
02df7ef9ee
correct type-alias difference on linux
2026-08-29 12:06:13 -04:00
theofficialgman
88ab029c74
add linux option for guest memory usage
2026-08-29 12:06:13 -04:00
theofficialgman
a0b54b874b
use libco on non-Win32 systems for guest OSThread scheduling
2026-08-29 12:04:08 -04:00
theofficialgman
f63d0c84b5
add linux support to runtime build
2026-08-29 12:02:59 -04:00
patchzyy
6d836dab3e
Bump version to 0.2.24
v0.2.24
2026-08-29 15:22:41 +02:00
patchzyy
6bffedf028
Merge pull request #67 from patchzyy/fix-accented-paths
...
fix accented paths
2026-08-29 15:02:06 +02:00
patchzyy
09ca4e98f4
Update system_bridge.cpp
2026-08-29 15:01:51 +02:00
patchzyy
6dc4e59052
Coderabbit fixes
2026-08-29 11:56:35 +02:00
patchzyy
82b295b20c
Merge pull request #77 from patchzyy/Fix-unsupported-locale
...
Fix paranthesees
2026-08-28 22:19:24 +02:00