mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
psp readme, some adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@296 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b542be4686
commit
81fda4e8d8
7 changed files with 265 additions and 87 deletions
|
@ -85,6 +85,10 @@ int main(int argc, char *argv[])
|
|||
if ( check_defines((void *) &argv[3], argc-3, buff + 7)) skip_mode = 1;
|
||||
ifdef_level++;
|
||||
}
|
||||
else if (strncmp(buff, "#else", 5) == 0)
|
||||
{
|
||||
skip_mode ^= 1;
|
||||
}
|
||||
else if (strncmp(buff, "#endif", 6) == 0)
|
||||
{
|
||||
ifdef_level--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue