diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-07 23:59:42 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-07 23:59:42 -0600 |
commit | 3b097262f5c0244d3517008df76e8683f61e459d (patch) | |
tree | 3dc5dffe9d721957c21600c277bb6b00c4ceb36e /src/main.c | |
parent | 11cf2950aeb51ed6e12fdeea0fe23821f1394e56 (diff) |
completely label and document dma3_manager.c
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 18d1abdc2..07b7d9147 100644 --- a/src/main.c +++ b/src/main.c @@ -332,7 +332,6 @@ void SetSerialCallback(IntrCallback callback) } extern void CopyBufferedValuesToGpuRegs(void); -extern void ProcessDma3Requests(void); static void VBlankIntr(void) { |