Skip to content

Instantly share code, notes, and snippets.

@pinumbernumber
pinumbernumber / gist:93c6d6387845065dc076
Created August 2, 2014 11:55
Reading the 360 pad's Guide button
// Part of button_on_360_guide by https://github.com/pinumbernumber
// Distributed under the highly permissive WTFPL, see COPYING.txt
// Untested, not even compiled. I don't have a Windows machine handy.
using namespace std;
#include <windows.h>
// We don't need all of XInput so no need to require the official headers.
@pinumbernumber
pinumbernumber / gist:10499623
Created April 11, 2014 20:37
dolphin post-xp threading
commit e5fa48b86183c42608de0fb24c101d394ce4b16f
Author: pinumbernumber <1337rz@gmail.com>
Date: Fri Apr 11 21:24:37 2014 +0100
use post-XP threading primitives on Windows
diff --git a/Externals/miniupnpc/CMakeLists.txt b/Externals/miniupnpc/CMakeLists.txt
index 404ef65..67b7104 100644
--- a/Externals/miniupnpc/CMakeLists.txt
+++ b/Externals/miniupnpc/CMakeLists.txt