Port to latest GCC and fix CD loading bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <PSX/GPU/gpu_primitives.hpp>
|
||||
|
||||
extern "C" void memset() {
|
||||
#pragma GCC warning "Declared to make code compile because of current GLOBAL_sub bug"
|
||||
#pragma GCC warning "Declared to make code compile because of current GLOBAL_sub bug (Resolve this by not having any constructors)"
|
||||
}
|
||||
|
||||
namespace FontWriter {
|
||||
|
@@ -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() {
|
||||
|
Reference in New Issue
Block a user