Skip to content

Instantly share code, notes, and snippets.

@therathatter
therathatter / fps-limit.c
Created June 18, 2022 06:03
Pump It Up 60 FPS locker
#include <dlfcn.h>
#include <GL/glx.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include <unistd.h>
#include <sched.h>