Search
lxdream.org :: lxdream/src/drivers/video_gl.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_gl.h
changeset 1236:d93175c36387
prev1222:a4545699a82b
next1246:887f7b0ac7f3
author nkeynes
date Fri Mar 02 23:49:10 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Android WIP:
* Rename gui_jni.c to gui_android.c - now quite android specific.
* Implement generic EGL driver with very minimal Java wrapper
* Run emulation in separate thread, and implement simple queue for
inter-thread communication.
* Add menu/action-bar items for start + reset
file annotate diff log raw
1.1 --- a/src/drivers/video_gl.h Wed Feb 15 17:54:51 2012 +1000
1.2 +++ b/src/drivers/video_gl.h Fri Mar 02 23:49:10 2012 +1000
1.3 @@ -23,6 +23,13 @@
1.4 extern "C" {
1.5 #endif
1.6
1.7 +extern uint32_t video_width, video_height;
1.8 +
1.9 +/**
1.10 + * Set the video size used by the frame blits
1.11 + */
1.12 +void gl_set_video_size( uint32_t width, uint32_t height );
1.13 +
1.14 /**
1.15 * Generic GL routine to draw the given frame buffer into a texture
1.16 */
.