Alcaro

Results 113 comments of Alcaro

The difference between the two ctre.hpp is whether it's a single header, nothing else. The latter just replaces every #include with the target file's contents, flattening CTRE to a single...

What is your actual goal here? Including half of a library is a good first step toward several plausible goals, but it's not a meaningful operation in itself. Do the...

I don't feel like filing a new issue for this one, so let's just repurpose this one to 'bugs that only troublemakers will find' and not bother fixing them. \...

\ !rb as3 -l macro test(num) ?- bra ?neg_1_1 endmacro %test(1) \ 80 FE Labels: $008000 :macro_0_neg_1_1 Should be :macro_0_:neg_1_1 or :macroneg_0_1_1 or something. The point of the colons in...

Either your msys installation is borked, or Flips is. And I already know Flips is borked in several ways, so let's assume there's only one bork going on. Are you...

> glibc's pthread_create(2) is after all just a wrapper to the system call, so it's not their problem, no? Uh, what? pthread_create does a whole lot of stuff, for example...

Since struct ppufast is already 40 megabytes (40 679 184 bytes, of which 39 813 120 are the Pixel arrays in Line::above/below), boosting these arrays to 240 is an absolutely...

We already have parent window ID in Ruby, no need for reparenting. Though I've never used Wayland, perhaps normal child windows are already a showstopper. GtkGLArea is quite different from...

Reminder that some games, for example Yoshi's Island, use SRAM as work RAM and constantly scribble over it. You'll need to, at minimum, allow user to disable it for that...

I think the motivation is mostly being able to pick a .sfc/ folder, not just a .sfc file. Still pretty niche, though. Does anyone except byuu use that? Does bsnes...