12 lines
728 B
Markdown
12 lines
728 B
Markdown
# The Visualboyadvance-M todo list for those that care
|
|
|
|
- [x] remove silly type defs, Come on... It's 2016
|
|
- [ ] Fix the updater in the wxwidgets interface, some people have been reporting issues of timing out with not internet.
|
|
- [ ] Fix the libretro interface
|
|
- [ ] Next will be removing the majority of the interface code and going straight libretro (Will make it easier to maintain one interface that's platform independent.
|
|
|
|
# Coding Guidelines (for those that want to help out and send a pull request.)
|
|
|
|
Coding guidelines, well I've switched to webkit's style meaning we use spaces and not hard tabs
|
|
C has 8 spaces to an indent and c++ 4 spaces for an indent as well. This makes for cleaner code to read and to maintain.
|