mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
files for cfg stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@391 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
58c86d0018
commit
835e790021
2 changed files with 535 additions and 0 deletions
6
platform/common/config.h
Normal file
6
platform/common/config.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int config_writesect(const char *fname, const char *section);
|
||||
int config_writelrom(const char *fname);
|
||||
int config_readsect(const char *fname, const char *section);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue