Skip to content

Instantly share code, notes, and snippets.

user www-data;
worker_processes auto;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
rtmp {
@outcast
outcast / gist:b98e3eb96a7201652575
Created January 8, 2016 02:41
wii u pro dolphin crash
Process: Dolphin [50459]
Path: /Applications/Dolphin.app/Contents/MacOS/Dolphin
Identifier: org.dolphin-emu.dolphin
Version: 4.0-8629 (4.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Dolphin [50459]
User ID: 501
Date/Time: 2016-01-07 21:40:59.649 -0500
#include "aClass.h"
void aClass::callback(){
//do_stuff();
}