• Joined on 2026年03月02日
ARandomOSDever pushed to main at ARandomOSDever/zig-wiiu-example 2026年06月17日 06:45:58 +02:00
2063d517e9
suppressing the .note.GNU-stack warning removes the "failed command" message
ARandomOSDever pushed to main at ARandomOSDever/zig-wiiu-example 2026年06月16日 19:54:26 +02:00
afa02adacb
initial commit
ARandomOSDever created branch main in ARandomOSDever/zig-wiiu-example 2026年06月16日 19:54:26 +02:00
ARandomOSDever created repository ARandomOSDever/zig-wiiu-example 2026年06月16日 19:53:55 +02:00
ARandomOSDever commented on pull request ziglang/zig#35339 2026年06月06日 13:20:52 +02:00
std.Target: Add wiiu target information

I can't reopen this PR (it autoclosed), will create a new one

ARandomOSDever closed pull request ziglang/zig#35339 2026年06月06日 13:10:10 +02:00
std.Target: Add wiiu target information
ARandomOSDever commented on pull request ziglang/zig#35339 2026年06月06日 12:00:38 +02:00
std.Target: Add wiiu target information

yeah, seems like I messed up my rebase

ARandomOSDever commented on pull request ziglang/zig#35339 2026年05月26日 07:27:06 +02:00
std.Target: Add wiiu target information

According to $DEVKITPPC/bin/powerpc-eabi-gcc -dM -E - < /dev/null | grep SIZEOF_LONG_DOUBLE: #define __SIZEOF_LONG_DOUBLE__ 8 so long double is 64 bits

ARandomOSDever commented on pull request ziglang/zig#35339 2026年05月25日 07:49:58 +02:00
std.Target: Add wiiu target information
ARandomOSDever commented on pull request ziglang/zig#35339 2026年05月25日 07:49:36 +02:00
std.Target: Add wiiu target information

The OS settings menu, there also is a OS function call (MCP_GetSystemVersion) to get it

ARandomOSDever commented on pull request ziglang/zig#35339 2026年05月18日 18:09:17 +02:00
std.Target: Add wiiu target information

fixed in 326ec5b1d9

ARandomOSDever created pull request ziglang/zig#35339 2026年05月18日 09:54:41 +02:00
std.Target: Add wiiu target information