Port to latest GCC and fix CD loading bug

This commit is contained in:
2023-09-03 01:57:28 +02:00
parent 1e94d0352b
commit 101e44b1ac
12 changed files with 83 additions and 67 deletions

View File

@@ -1,6 +1,7 @@
#include <PSX/Timer/high_res_timer.hpp>
#include <stdio.h>
#pragma GCC warning "Enable this code to verify that high percision counter is still functional"
extern "C" void busy_loop(int count);
namespace Overlay {
void mesaure_busy_loop() {