summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-16changed unknown memory read/write to report the sizebunnei
2014-04-16added class stub for HID:User servicebunnei
2014-04-16updated service commentsbunnei
2014-04-16- fixed tabs in function_wrappers.hbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15removed no longer used function headerbunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-14added helper functions for upper/lowercase stringsbunnei
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-13renamed class Interface_SRV to SRVbunnei