Skip to content

Instantly share code, notes, and snippets.

View piepie62's full-sized avatar
💭
Why is this a thing?

Chris Feger piepie62

💭
Why is this a thing?
View GitHub Profile
@piepie62
piepie62 / cecdu.c
Created December 22, 2018 20:03
Attempt at CECD:U 3DS libctru service implementation
#include "cecdu.h"
#include <3ds/synchronization.h>
#include <3ds/svc.h>
#include <3ds/srv.h>
#include <3ds/ipc.h>
static Handle cecduHandle;
static int cecduRefCount;
Result cecduInit()
GetBoard()
GetGame()
GetScripts()
ValueBar - no constructor:
- void AddEvent(string)
- int GetMax()
- int GetValue()
PointList():