2016-01-08 17:00:17 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2018-07-26 20:52:03 +10:00
< meta name = "generator" content = "Doxygen 1.8.14" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > wut: Event< / title >
2016-01-08 17:00:17 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2018-07-26 20:52:03 +10:00
< div id = "projectname" > wut
  < span id = "projectnumber" > 1.0.0-alpha< / span >
2016-01-08 17:00:17 +00:00
< / div >
< div id = "projectbrief" > Wii U Toolchain< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2018-07-26 20:52:03 +10:00
<!-- Generated by Doxygen 1.8.14 -->
2016-01-08 17:00:17 +00:00
< script type = "text/javascript" >
2018-07-26 20:52:03 +10:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2016-01-08 17:00:17 +00:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2018-07-26 20:52:03 +10:00
/* @license-end */
2016-01-08 17:00:17 +00:00
< / script >
2018-07-26 20:52:03 +10:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
2016-01-08 17:00:17 +00:00
< / div > <!-- top -->
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Data Structures< / a > |
< a href = "#typedef-members" > Typedefs< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Event< div class = "ingroups" > < a class = "el" href = "group__gx2.html" > gx2< / a > < / div > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Data Structures< / h2 > < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:structGX2DisplayListOverrunData" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#structGX2DisplayListOverrunData" > GX2DisplayListOverrunData< / a > < / td > < / tr >
< tr class = "separator:structGX2DisplayListOverrunData" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-01-08 17:00:17 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:gad31e0f1baff78c918cc605749bed0fb6" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "group__gx2__event.html#structGX2DisplayListOverrunData" > GX2DisplayListOverrunData< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#gad31e0f1baff78c918cc605749bed0fb6" > GX2DisplayListOverrunData< / a > < / td > < / tr >
2016-01-08 17:08:40 +00:00
< tr class = "separator:gad31e0f1baff78c918cc605749bed0fb6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-06-08 01:12:20 +01:00
< tr class = "memitem:ga14cf8cddd4637f99cd6cf38f78a09622" > < td class = "memItemLeft" align = "right" valign = "top" > typedef void(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga14cf8cddd4637f99cd6cf38f78a09622" > GX2EventCallbackFunction< / a > ) (< a class = "el" href = "group__gx2__enum.html#gaee5660124cbf6d681bfb6dddd7bd0d13" > GX2EventType< / a > , void *)< / td > < / tr >
2016-01-08 17:00:17 +00:00
< tr class = "separator:ga14cf8cddd4637f99cd6cf38f78a09622" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:ga6df467a529eaf3faa0bf12bd2d0f0409" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372" > BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga6df467a529eaf3faa0bf12bd2d0f0409" > GX2DrawDone< / a > ()< / td > < / tr >
2016-01-08 17:00:17 +00:00
< tr class = "separator:ga6df467a529eaf3faa0bf12bd2d0f0409" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga0295f2aab207a79ade5f1b16dea1d315" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga0295f2aab207a79ade5f1b16dea1d315" > GX2WaitForVsync< / a > ()< / td > < / tr >
< tr class = "separator:ga0295f2aab207a79ade5f1b16dea1d315" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga8feaca52c9aa77b1790e4cdedc5d0bb1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga8feaca52c9aa77b1790e4cdedc5d0bb1" > GX2WaitForFlip< / a > ()< / td > < / tr >
< tr class = "separator:ga8feaca52c9aa77b1790e4cdedc5d0bb1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-06-08 01:12:20 +01:00
< tr class = "memitem:gaccf39be274760eb8a28dcb7962b8d682" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#gaccf39be274760eb8a28dcb7962b8d682" > GX2SetEventCallback< / a > (< a class = "el" href = "group__gx2__enum.html#gaee5660124cbf6d681bfb6dddd7bd0d13" > GX2EventType< / a > type, < a class = "el" href = "group__gx2__event.html#ga14cf8cddd4637f99cd6cf38f78a09622" > GX2EventCallbackFunction< / a > func, void *userData)< / td > < / tr >
2016-01-08 17:00:17 +00:00
< tr class = "separator:gaccf39be274760eb8a28dcb7962b8d682" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-06-08 01:12:20 +01:00
< tr class = "memitem:ga38718670c9db7f8838795f027b3882ba" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga38718670c9db7f8838795f027b3882ba" > GX2GetEventCallback< / a > (< a class = "el" href = "group__gx2__enum.html#gaee5660124cbf6d681bfb6dddd7bd0d13" > GX2EventType< / a > type, < a class = "el" href = "group__gx2__event.html#ga14cf8cddd4637f99cd6cf38f78a09622" > GX2EventCallbackFunction< / a > *funcOut, void **userDataOut)< / td > < / tr >
2016-01-08 17:00:17 +00:00
< tr class = "separator:ga38718670c9db7f8838795f027b3882ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga989cc0df47fb57b984bbfbe3a67eae37" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga989cc0df47fb57b984bbfbe3a67eae37" > GX2GetRetiredTimeStamp< / a > ()< / td > < / tr >
< tr class = "separator:ga989cc0df47fb57b984bbfbe3a67eae37" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga164f3e90404228869cc1128dfa6b16de" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga164f3e90404228869cc1128dfa6b16de" > GX2GetLastSubmittedTimeStamp< / a > ()< / td > < / tr >
< tr class = "separator:ga164f3e90404228869cc1128dfa6b16de" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga7d6c2ab9897f45a990074928363c7c31" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga7d6c2ab9897f45a990074928363c7c31" > GX2GetSwapStatus< / a > (uint32_t *swapCount, uint32_t *flipCount, < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > *lastFlip, < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > *lastVsync)< / td > < / tr >
< tr class = "separator:ga7d6c2ab9897f45a990074928363c7c31" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:ga3c74e80cb079e951097da3ad41cbaa4a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372" > BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__gx2__event.html#ga3c74e80cb079e951097da3ad41cbaa4a" > GX2WaitTimeStamp< / a > (< a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > time)< / td > < / tr >
< tr class = "separator:ga3c74e80cb079e951097da3ad41cbaa4a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-01-08 17:00:17 +00:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2018-07-26 20:52:03 +10:00
< hr / > < h2 class = "groupheader" > Data Structure Documentation< / h2 >
< a name = "structGX2DisplayListOverrunData" id = "structGX2DisplayListOverrunData" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#structGX2DisplayListOverrunData" > ◆ < / a > < / span > GX2DisplayListOverrunData< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > struct GX2DisplayListOverrunData< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "gx2_2event_8h_source.html#l00019" > 19< / a > of file < a class = "el" href = "gx2_2event_8h_source.html" > event.h< / a > .< / p >
< / div > < table class = "fieldtable" >
< tr > < th colspan = "3" > Data Fields< / th > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a2c7284cad4276d5955c1456d5a055870" > < / a > void *< / td >
< td class = "fieldname" >
oldList< / td >
< td class = "fielddoc" >
Pointer to overrun display list. < / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a83c8763786939f9ba04441690a924818" > < / a > uint32_t< / td >
< td class = "fieldname" >
oldSize< / td >
< td class = "fielddoc" >
Size of overrun display list. < / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a7a18a5c4528f06e884033c5829a0c517" > < / a > void *< / td >
< td class = "fieldname" >
newList< / td >
< td class = "fielddoc" >
Pointer to new display list. < / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a7da99ce8dfb7dc310426ae1eda08604a" > < / a > uint32_t< / td >
< td class = "fieldname" >
newSize< / td >
< td class = "fielddoc" >
Size of new display list. < / td > < / tr >
< / table >
< / div >
< / div >
2016-01-08 17:00:17 +00:00
< h2 class = "groupheader" > Typedef Documentation< / h2 >
2018-07-26 20:52:03 +10:00
< a id = "gad31e0f1baff78c918cc605749bed0fb6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#gad31e0f1baff78c918cc605749bed0fb6" > ◆ < / a > < / span > GX2DisplayListOverrunData< / h2 >
2016-01-08 17:08:40 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2018-07-26 20:52:03 +10:00
< td class = "memname" > typedef struct < a class = "el" href = "group__gx2__event.html#structGX2DisplayListOverrunData" > GX2DisplayListOverrunData< / a > < a class = "el" href = "group__gx2__event.html#structGX2DisplayListOverrunData" > GX2DisplayListOverrunData< / a > < / td >
2016-01-08 17:08:40 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "gx2_2event_8h_source.html#l00016" > 16< / a > of file < a class = "el" href = "gx2_2event_8h_source.html" > event.h< / a > .< / p >
2016-01-08 17:00:17 +00:00
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga14cf8cddd4637f99cd6cf38f78a09622" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga14cf8cddd4637f99cd6cf38f78a09622" > ◆ < / a > < / span > GX2EventCallbackFunction< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-06-08 01:12:20 +01:00
< td class = "memname" > typedef void(* GX2EventCallbackFunction) (< a class = "el" href = "group__gx2__enum.html#gaee5660124cbf6d681bfb6dddd7bd0d13" > GX2EventType< / a > , void *)< / td >
2016-01-08 17:00:17 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "gx2_2event_8h_source.html#l00017" > 17< / a > of file < a class = "el" href = "gx2_2event_8h_source.html" > event.h< / a > .< / p >
2016-01-08 17:00:17 +00:00
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
2018-07-26 20:52:03 +10:00
< a id = "ga6df467a529eaf3faa0bf12bd2d0f0409" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga6df467a529eaf3faa0bf12bd2d0f0409" > ◆ < / a > < / span > GX2DrawDone()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2018-07-26 20:52:03 +10:00
< td class = "memname" > < a class = "el" href = "wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372" > BOOL< / a > GX2DrawDone < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga0295f2aab207a79ade5f1b16dea1d315" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga0295f2aab207a79ade5f1b16dea1d315" > ◆ < / a > < / span > GX2WaitForVsync()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-01-11 01:17:32 +00:00
< td class = "memname" > void GX2WaitForVsync < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga8feaca52c9aa77b1790e4cdedc5d0bb1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga8feaca52c9aa77b1790e4cdedc5d0bb1" > ◆ < / a > < / span > GX2WaitForFlip()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-01-11 01:17:32 +00:00
< td class = "memname" > void GX2WaitForFlip < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "gaccf39be274760eb8a28dcb7962b8d682" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#gaccf39be274760eb8a28dcb7962b8d682" > ◆ < / a > < / span > GX2SetEventCallback()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-01-11 01:17:32 +00:00
< td class = "memname" > void GX2SetEventCallback < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
2016-06-08 01:12:20 +01:00
< td class = "paramtype" > < a class = "el" href = "group__gx2__enum.html#gaee5660124cbf6d681bfb6dddd7bd0d13" > GX2EventType< / a >   < / td >
2016-01-11 01:17:32 +00:00
< td class = "paramname" > < em > type< / em > , < / td >
2016-01-08 17:00:17 +00:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2016-01-11 01:17:32 +00:00
< td class = "paramtype" > < a class = "el" href = "group__gx2__event.html#ga14cf8cddd4637f99cd6cf38f78a09622" > GX2EventCallbackFunction< / a >   < / td >
< td class = "paramname" > < em > func< / em > , < / td >
2016-01-08 17:00:17 +00:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2016-01-11 01:17:32 +00:00
< td class = "paramtype" > void *  < / td >
< td class = "paramname" > < em > userData< / em >   < / td >
2016-01-08 17:00:17 +00:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga38718670c9db7f8838795f027b3882ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga38718670c9db7f8838795f027b3882ba" > ◆ < / a > < / span > GX2GetEventCallback()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-01-11 01:17:32 +00:00
< td class = "memname" > void GX2GetEventCallback < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
2016-06-08 01:12:20 +01:00
< td class = "paramtype" > < a class = "el" href = "group__gx2__enum.html#gaee5660124cbf6d681bfb6dddd7bd0d13" > GX2EventType< / a >   < / td >
2016-01-08 17:00:17 +00:00
< td class = "paramname" > < em > type< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2016-01-11 01:17:32 +00:00
< td class = "paramtype" > < a class = "el" href = "group__gx2__event.html#ga14cf8cddd4637f99cd6cf38f78a09622" > GX2EventCallbackFunction< / a > *  < / td >
< td class = "paramname" > < em > funcOut< / em > , < / td >
2016-01-08 17:00:17 +00:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2016-01-11 01:17:32 +00:00
< td class = "paramtype" > void **  < / td >
< td class = "paramname" > < em > userDataOut< / em >   < / td >
2016-01-08 17:00:17 +00:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga989cc0df47fb57b984bbfbe3a67eae37" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga989cc0df47fb57b984bbfbe3a67eae37" > ◆ < / a > < / span > GX2GetRetiredTimeStamp()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-01-11 01:17:32 +00:00
< td class = "memname" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > GX2GetRetiredTimeStamp < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga164f3e90404228869cc1128dfa6b16de" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga164f3e90404228869cc1128dfa6b16de" > ◆ < / a > < / span > GX2GetLastSubmittedTimeStamp()< / h2 >
2016-01-08 17:00:17 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-01-11 01:17:32 +00:00
< td class = "memname" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > GX2GetLastSubmittedTimeStamp < / td >
2016-01-08 17:00:17 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga7d6c2ab9897f45a990074928363c7c31" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga7d6c2ab9897f45a990074928363c7c31" > ◆ < / a > < / span > GX2GetSwapStatus()< / h2 >
2016-01-08 17:00:17 +00:00
2016-01-11 01:17:32 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void GX2GetSwapStatus < / td >
< td > (< / td >
< td class = "paramtype" > uint32_t *  < / td >
< td class = "paramname" > < em > swapCount< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint32_t *  < / td >
< td class = "paramname" > < em > flipCount< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > *  < / td >
< td class = "paramname" > < em > lastFlip< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a > *  < / td >
< td class = "paramname" > < em > lastVsync< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< / div >
< / div >
< a id = "ga3c74e80cb079e951097da3ad41cbaa4a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga3c74e80cb079e951097da3ad41cbaa4a" > ◆ < / a > < / span > GX2WaitTimeStamp()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372" > BOOL< / a > GX2WaitTimeStamp < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "group__coreinit__time.html#ga4d4f771188f6c29e758ed6b3b8347b4d" > OSTime< / a >   < / td >
< td class = "paramname" > < em > time< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2016-01-08 17:00:17 +00:00
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2018-07-26 20:52:03 +10:00
< / a > 1.8.14
2016-01-08 17:00:17 +00:00
< / small > < / address >
< / body >
< / html >