visualboyadvance-m/todo.md

12 lines
728 B
Markdown
Raw Normal View History

2016-07-23 11:59:34 +00:00
# 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.
2016-07-23 11:59:34 +00:00
# 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.