summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-26added (fake) physical addresses for where to put framebuffer in VRAMbunnei
2014-04-26added vram to memory_mapbunnei
2014-04-25Need to add Xcursor to linker?Thomas Edvalson
2014-04-25Yet anothing missing dependency? libxcursor-devThomas Edvalson
2014-04-25Maybe needs libglew-dev?Thomas Edvalson
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-25added disassembly to unimplemented instructionbunnei
2014-04-25removed some cruftbunnei
2014-04-25fixed bug where svc_ControlMemory was not properly getting passed in parametersbunnei
2014-04-25Fixed travis dir problem (third time's the charm)Thomas Edvalson
2014-04-25One of the lines wasn't quite unneccesary.Thomas Edvalson
2014-04-25Remove potentially unnecessary lines in Travis script.Thomas Edvalson
2014-04-25Added Travis CI scriptThomas Edvalson
2014-04-25Fixed CMake's import of GLFW.Thomas Edvalson
2014-04-25Merge pull request #4 from cpp3ds/masterbunnei
2014-04-25Resolved undefined Common::g_scm_branch error.Thomas Edvalson
2014-04-24- added preliminary support for svc_MapMemoryBlockbunnei
2014-04-24added functions to map Heap and Shared memory spacebunnei
2014-04-24added GSP::RegisterInterruptRelayQueue functionbunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-24removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS"bunnei
2014-04-24Update README.mdbunnei
2014-04-23made qt window title consistentbunnei
2014-04-23fixes to scm_rev generation to make it conistent with windows buildbunnei
2014-04-23updated windows scm_rev code to use new styleShizZy
2014-04-23added scm rev generation on Linux/cmakebunnei
2014-04-22fixes to build on linuxbunnei
2014-04-22removed duplicate rotl/rotr functionsShizZy
2014-04-22updated CMakeLists for missing filesShizZy
2014-04-21Re-enable toggling window mode.Mathieu Vaillancourt
2014-04-21Add a quick way to load Launcher.dat filesMathieu Vaillancourt
2014-04-21fixed order of LogManager and System initbunnei
2014-04-21fixed GL context acquire (applies to Qt GUI only)bunnei
2014-04-21fixed VSProps for Qt DLL copybunnei
2014-04-19Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.Mathieu Vaillancourt
2014-04-18Remove unused QTableViewMathieu Vaillancourt
2014-04-18UI/debugger changesMathieu Vaillancourt
2014-04-18Merge branch 'hle-interface'bunnei
2014-04-17renamed hw_lcd module to just lcdbunnei
2014-04-17added NDMA hardware interfacebunnei
2014-04-17added GSP heap memory allocationbunnei
2014-04-17fixed bug in Memory::GetPointerbunnei
2014-04-17moved enums into Memory:: namespacebunnei
2014-04-17added memory read/write to GSP heapbunnei
2014-04-17more various refactors to memory interfacebunnei
2014-04-17cleaned up memory interfaces a lot, removed some hackish stuffbunnei
2014-04-17fixed framebuffer color orderbunnei
2014-04-16added a new function wrapperbunnei
2014-04-16removed hard-coded framebuffer addresses from renderer_opengl.cppbunnei
2014-04-16fixed bug with printing std::string in log messagesbunnei