NTmatter / LLBoy

Rudimentary GameBoy emulator utilizing LLVM for incremental translation of bytecode to native or LLVM JIT.
http://www.axante.net/projects/llboy
20 stars 0 forks source link

Few clean ups #1

Closed jbueza closed 13 years ago

jbueza commented 13 years ago

What do you think about possibly fixing up the programming styles to conform to Google's C++ Guidelines? http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

Cheers, Jaime

NTmatter commented 13 years ago

I'll merge in everything with the exception of the test folder.

Thanks for the cleanup.