summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-27hackish but working way to set the framebuffer location to VRAM (used in ARM1...bunnei
2014-04-27added helper functions to mem_map to convert physical addresses to virtual ad...bunnei
2014-04-27added code to LCD modules keep track of framebuffer location in FCRAM or VRAMbunnei
2014-04-26- changed HW IO map to use virtual addressesbunnei
2014-04-26added simple GSP GPU ReadHWRegs function to support returning the framebuffe...bunnei
2014-04-26added preliminary DataSynchronizationBarrier support with simple DMA copybunnei
2014-04-26added (fake) physical addresses for where to put framebuffer in VRAMbunnei
2014-04-26added vram to memory_mapbunnei
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-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