Search
lxdream.org :: lxdream/src/gdlist.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdlist.c
changeset 1036:af7b0c5905dd
prev1034:7044e01148f0
next1097:d4807997e450
author nkeynes
date Mon Aug 03 08:41:11 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Rearrange frame output slightly.
pvr2_display_frame renamed to pvr2_next_frame and changed to update the
frame data without displaying it.
pvr2_redraw_display renamed to pvr2_draw_frame, called internally after
pvr2_next_frame
Add swap_buffers() method to the display driver
Remove explicit glDrawBuffer() calls where they're referencing the window.
pvr2_draw_frame now gets to decide where to draw.
Add force_vsync flag to force double-buffering (not configurable yet)
file annotate diff log raw
1.1 --- a/src/gdlist.c Wed Jun 24 02:41:12 2009 +0000
1.2 +++ b/src/gdlist.c Mon Aug 03 08:41:11 2009 +1000
1.3 @@ -116,7 +116,7 @@
1.4 }
1.5 }
1.6
1.7 - lxdream_set_global_config_value( CONFIG_GDROM, disc_name );
1.8 + lxdream_set_global_config_path_value( CONFIG_GDROM, disc_name );
1.9 lxdream_save_config();
1.10
1.11 CALL_HOOKS( gdrom_list_change_hook, list_changed, posn );
.