Logo
Explore Help
Sign In
Mirror/Luma3DS
1
0
Fork 0
You've already forked Luma3DS
mirror of https://github.com/LumaTeam/Luma3DS.git synced 2026-02-22 18:04:38 +00:00
Code Issues Packages Projects Releases Wiki Activity
Luma3DS/source/utils.h

16 lines
210 B
C
Raw Normal View History

Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization
2016-03-23 02:27:53 +01:00
/*
Added error messages, moved emunand and reboot.bin to aurei/patches
2016-03-23 03:45:32 +01:00
* utils.h
Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization
2016-03-23 02:27:53 +01:00
*/
#pragma once
#include "types.h"
Small code reorganization
2016-04-05 05:27:28 +02:00
u32 waitInput(void);
Add precise and reliable time measurement (with a resolution of 67MHz). Splash screens now last 3 seconds after they have been loaded. The delay after pressing START in the configuration menu is now 2s long.
2016-05-10 01:27:58 +02:00
void mcuReboot(void);
#define TICKS_PER_SEC 67027964ULL
void startChrono(u64 initialTicks);
u64 chrono(void);
void stopChrono(void);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 17ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API