diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-20 06:37:23 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-20 06:37:23 +0100 |
| commit | 34c8910b9ff33d50d642fda24c78d88595a59aa6 (patch) | |
| tree | 5b25401c451d13dc4700dc361f7ef97bb1915e60 /Source/System.h | |
| parent | 977ec481d81b3da6c307f37ff2f9147eac3170c0 (diff) | |
| download | airport-34c8910b9ff33d50d642fda24c78d88595a59aa6.tar.gz | |
- .iso files are now ignored.
- Removed deprecated functions from System.c.
* Minor changes.
Diffstat (limited to 'Source/System.h')
| -rw-r--r-- | Source/System.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/System.h b/Source/System.h index 8519a43..29d8d1b 100644 --- a/Source/System.h +++ b/Source/System.h @@ -19,7 +19,7 @@ // Calls PSXSDK init routines void SystemInit(void); -// Sets default VSync (only sets flag to true and increases global_timer) +// Sets default VSync (only sets VBlank flag) void ISR_SystemDefaultVBlank(void); // Calls srand() using current global_timer value as seed @@ -43,9 +43,6 @@ uint8_t* SystemGetBufferAddress(void); // Tells whether srand() has been called using a pseudo-random value bool SystemIsRandSeedSet(void); -// Stops program flow during X cycles -void SystemWaitCycles(uint32_t cycles); - // To be called from GfxDrawScene after each cycle void SystemRunTimers(void); @@ -109,7 +106,7 @@ void SystemAcknowledgeFrame(void); void SystemCyclicHandler(void); -void SystemClearBuffer(void); +void SystemClearFileBuffer(void); void SystemEnableVBlankInterrupt(void); |
