Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
cfdfd4b2
Commit
cfdfd4b2
authored
May 16, 2016
by
StapleButter
Browse files
first real commit, some shit is in
parent
e0255fb9
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cfdfd4b2
# melonDS
DS emulator, sorta
the goal is to do things right and fast, akin to blargSNES (but hopefully better)
but also to have fun coding this shit
LOVE MELONS
NO ASKING ROMZ!! ILLEGAL
license will eventually be GPL or some crap. don't steal the code and make money off of it or claim it as your own or be an asshole.
\ No newline at end of file
main.cpp
0 → 100644
View file @
cfdfd4b2
#include <iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"Hello world!"
<<
endl
;
return
0
;
}
melonDS.cbp
0 → 100644
View file @
cfdfd4b2
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion
major=
"1"
minor=
"6"
/>
<Project>
<Option
title=
"melonDS"
/>
<Option
pch_mode=
"2"
/>
<Option
compiler=
"gcc"
/>
<Build>
<Target
title=
"Debug"
>
<Option
output=
"bin/Debug/melonDS"
prefix_auto=
"1"
extension_auto=
"1"
/>
<Option
object_output=
"obj/Debug/"
/>
<Option
type=
"1"
/>
<Option
compiler=
"gcc"
/>
<Compiler>
<Add
option=
"-g"
/>
</Compiler>
</Target>
<Target
title=
"Release"
>
<Option
output=
"bin/Release/melonDS"
prefix_auto=
"1"
extension_auto=
"1"
/>
<Option
object_output=
"obj/Release/"
/>
<Option
type=
"1"
/>
<Option
compiler=
"gcc"
/>
<Compiler>
<Add
option=
"-O2"
/>
</Compiler>
<Linker>
<Add
option=
"-s"
/>
</Linker>
</Target>
</Build>
<Compiler>
<Add
option=
"-Wall"
/>
<Add
option=
"-fexceptions"
/>
</Compiler>
<Unit
filename=
"main.cpp"
/>
<Extensions>
<code_completion
/>
<envvars
/>
<debugger
/>
</Extensions>
</Project>
</CodeBlocks_project_file>
melonDS.layout
0 → 100644
View file @
cfdfd4b2
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<FileVersion
major=
"1"
minor=
"0"
/>
<ActiveTarget
name=
"Debug"
/>
</CodeBlocks_layout_file>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment