mirror of
https://github.com/encounter/Decrypt9.git
synced 2026-03-30 11:06:30 -07:00
62e966a456
Courtesy of @Normmatt
10 lines
173 B
C
10 lines
173 B
C
// Copyright 2014 Normmatt
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
void ioDelay(u32 us);
|