Remove TODO

Will make something proper later
This commit is contained in:
Hannes Mann 2016-06-12 02:41:47 +02:00
parent 07027c7ec3
commit 3cebe66332
2 changed files with 1 additions and 7 deletions

7
TODO
View file

@ -1,7 +0,0 @@
get libepoxy, glfw in here
find suitable sound library and json library (maybe joystick, for linux??!?)
add png loading
start reverse engineering .dsb, .cnt, .apm (probably just some form of PCM, audacity), .gpt, .ptx, .sna, .snd, (gog has LEVELS0.DAT 150mb)
some files are "FIX", probably just global / fixed data?!?!?
raymanpc has some good info
ALSO this really needs libgcadapter, because self promotion (fix libgcadapter on Windows)

View file

@ -50,6 +50,7 @@ namespace openrayman
while(!m_exit_requested)
{
glViewport(0, 0, m_window.get_size_retina_w(), m_window.get_size_retina_h());
m_window.poll_events();
m_window.present();
m_exit_requested = m_exit_requested || m_window.wants_close();