Skip to content
View LDAsuku's full-sized avatar
🏳️‍🌈
?????
🏳️‍🌈
?????
  • LDA_suku
  • LDA_suku
Block or Report

Block or report LDAsuku

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. crash_bsnes.asm crash_bsnes.asm
    1
    ; asar --fix-checksum=off --no-title-check crash_bsnes.asm crash_bsnes.sfc
    2
    
                  
    3
    ; causes bsnes-plus on accuracy to hang
    4
    ; lags the hell out of ZSNES and Snes9X-GTK
    5
    ; no$sns and others are unaffected
  2. compile_this_if_you_dare.cpp compile_this_if_you_dare.cpp
    1
    #include <map>
    2
    int main() {
    3
    	std::map<int, int *> m;
    4
    	const int *a;
    5
    	m.emplace(0, a);