2023-08-05 01:40:16 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.9.5" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > N64FlashcartMenu: settings.h File Reference< / title >
< 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 id = "projectrow" >
< td id = "projectalign" >
< div id = "projectname" > N64FlashcartMenu
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< 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:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
<!-- 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" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_1a56cc8cdc1689899910be5fa4716ee4.html" > menu< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Data Structures< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" > < div class = "title" > settings.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Menu Settings.
< a href = "#details" > More...< / a > < / p >
< p > < a href = "settings_8h_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
Data Structures< / h2 > < / td > < / tr >
< tr class = "memitem:structsettings__t" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "settings_8h.html#structsettings__t" > settings_t< / a > < / td > < / tr >
< tr class = "memdesc:structsettings__t" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Settings Structure. < a href = "settings_8h.html#structsettings__t" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:structsettings__t" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a92cf6203bb213032dddd4dcc16a95536" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a92cf6203bb213032dddd4dcc16a95536" name = "a92cf6203bb213032dddd4dcc16a95536" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > settings_load< / b > (< a class = "el" href = "settings_8h.html#structsettings__t" > settings_t< / a > *settings)< / td > < / tr >
2023-11-10 17:39:26 +01:00
< tr class = "memdesc:a92cf6203bb213032dddd4dcc16a95536" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The settings to load. < br / > < / td > < / tr >
2023-08-05 01:40:16 +02:00
< tr class = "separator:a92cf6203bb213032dddd4dcc16a95536" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afdd03c789a4efd13147e1e7ef25bab9d" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "afdd03c789a4efd13147e1e7ef25bab9d" name = "afdd03c789a4efd13147e1e7ef25bab9d" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > settings_save< / b > (< a class = "el" href = "settings_8h.html#structsettings__t" > settings_t< / a > *settings)< / td > < / tr >
2023-11-10 17:39:26 +01:00
< tr class = "memdesc:afdd03c789a4efd13147e1e7ef25bab9d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The settings to save. < br / > < / td > < / tr >
2023-08-05 01:40:16 +02:00
< tr class = "separator:afdd03c789a4efd13147e1e7ef25bab9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Menu Settings. < / p >
< / div > < hr / > < h2 class = "groupheader" > Data Structure Documentation< / h2 >
< a name = "structsettings__t" id = "structsettings__t" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#structsettings__t" > ◆   < / a > < / span > settings_t< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > struct settings_t< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< div class = "textblock" > < p > Settings Structure. < / p >
< / div > < table class = "fieldtable" >
< tr > < th colspan = "3" > Data Fields< / th > < / tr >
< tr > < td class = "fieldtype" >
2023-10-10 21:13:09 +02:00
< a id = "ad88eea6bf7e99f89f316513306a07506" name = "ad88eea6bf7e99f89f316513306a07506" > < / a > bool< / td >
2023-08-05 01:40:16 +02:00
< td class = "fieldname" >
2023-10-10 21:13:09 +02:00
pal60_enabled< / td >
2023-08-05 01:40:16 +02:00
< td class = "fielddoc" >
2023-10-10 21:13:09 +02:00
Use 60 Hz refresh rate on a PAL console. < / td > < / tr >
2023-08-05 01:40:16 +02:00
< tr > < td class = "fieldtype" >
2023-10-10 21:13:09 +02:00
< a id = "a9104a215abdf644beae030600efcec6a" name = "a9104a215abdf644beae030600efcec6a" > < / a > bool< / td >
2023-08-05 01:40:16 +02:00
< td class = "fieldname" >
2023-10-10 21:13:09 +02:00
hidden_files_enabled< / td >
2023-08-05 01:40:16 +02:00
< td class = "fielddoc" >
Show files marked as hidden in the browser. < / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a7b25ac0c578507eb002025f1e5ad6041" name = "a7b25ac0c578507eb002025f1e5ad6041" > < / a > char *< / td >
< td class = "fieldname" >
default_directory< / td >
< td class = "fielddoc" >
Default directory to navigate to when menu loads. < / td > < / tr >
2023-08-18 22:19:40 +02:00
< tr > < td class = "fieldtype" >
< a id = "abf8e54596905858b3ada7f163b07d6a6" name = "abf8e54596905858b3ada7f163b07d6a6" > < / a > bool< / td >
< td class = "fieldname" >
use_saves_folder< / td >
< td class = "fielddoc" >
Put saves into separate directory. < / td > < / tr >
2023-10-10 21:13:09 +02:00
< tr > < td class = "fieldtype" >
< a id = "a5645dd794323484289ca8b1f8fcc872e" name = "a5645dd794323484289ca8b1f8fcc872e" > < / a > bool< / td >
< td class = "fieldname" >
bgm_enabled< / td >
< td class = "fielddoc" >
Enable Background music. < / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a7f7e78c2b3edb912391e59b3d0038323" name = "a7f7e78c2b3edb912391e59b3d0038323" > < / a > bool< / td >
< td class = "fieldname" >
sound_enabled< / td >
< td class = "fielddoc" >
Enable Sounds. < / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "af8e5d894c1bc8c114fb0bf9ad5d12360" name = "af8e5d894c1bc8c114fb0bf9ad5d12360" > < / a > bool< / td >
< td class = "fieldname" >
rumble_enabled< / td >
< td class = "fielddoc" >
Enable rumble feedback. < / td > < / tr >
2023-08-05 01:40:16 +02:00
< / table >
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2024-01-17 15:55:27 +01:00
Generated on Wed Jan 17 2024 14:55:26 for N64FlashcartMenu by  < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.5
2023-08-05 01:40:16 +02:00
< / small > < / address >
< / body >
< / html >