]> Chaos Git - corbenik/ctrulib.git/commit
Revise/enhance GSPGPU/GFX code, see below:
authorfincs <fincs.alt1@gmail.com>
Mon, 4 Jan 2016 23:25:40 +0000 (00:25 +0100)
committerfincs <fincs.alt1@gmail.com>
Mon, 4 Jan 2016 23:25:40 +0000 (00:25 +0100)
commit9f98cefa3ee19f22ffba317a6d05ba8b8b2822a7
treec73d6a17f939d21c4f59a232cc2e3c27b0600b1a
parent43940facdcdaed185e9a2c85d2a7643501a79a5a
Revise/enhance GSPGPU/GFX code, see below:

- Screens can be buffer-swapped independently (gfxConfigScreen)
- Added gspSetEventCallback for running event code directly on the GSP thread
- Added gspWaitForAnyEvent for waiting for any GSP event
- Added gfxIs3D for retrieving 3D-enable status
libctru/include/3ds/gfx.h
libctru/include/3ds/services/gspgpu.h
libctru/source/gfx.c
libctru/source/services/gspgpu.c