summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-04-30Support for C++11 on OSXarchshift
2014-04-30Fixed indentsarchshift
2014-04-30Reverse debugging changesarchshift
2014-04-30Linux supportarchshift
2014-04-30TGA dumps work, courtesy of @bunneiarchshift
2014-04-30Merge commit upstream/master into issue-7-fixarchshift
2014-04-30Sets OGL version for Qt; will only work with Qt5archshift
2014-04-30OpenGL 3+ on OSX with GLFWarchshift
2014-04-30A bit of Cmake lovearchshift
2014-04-30added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)bunnei
2014-04-30reorganized memory regions enum, added regions for ExeFS codebunnei
2014-04-29Some more experimentationarchshift
2014-04-28Merge commit upstream/master into issue-7-fixarchshift
2014-04-28IT'S ALIVE!archshift
2014-04-28Merge pull request #5 from cpp3ds/masterbunnei
Travis CI script
2014-04-27Fix complaints about functions that could not be foundarchshift
2014-04-27Problematic class with no current implementationarchshift
2014-04-27Problematic template functionsarchshift
2014-04-27Xcode complains that the class name is redundant.archshift
2014-04-27Rect to BasicRectarchshift
Somewhere along the line an OSX header had already taken the name Rect.
2014-04-27added virtual address conversion for firmware FW0Bbunnei
2014-04-27add missing bswap functionsbunnei
2014-04-27fix for issue Linux build #9, not sure why this is broken but its unused ↵bunnei
code I'm just getting rid of it
2014-04-27Merge branch 'hle-interface-updates'bunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27fixed weird spacingbunnei
2014-04-27removed commented out line - this was for an unimplemented MRC call, no ↵bunnei
longer need to leave this here
2014-04-27fixed renderer to use correct framebuffer locationbunnei
2014-04-27hackish but working way to set the framebuffer location to VRAM (used in ↵bunnei
ARM11 demos tested thus far, e.g. yeti3DS)
2014-04-27added helper functions to mem_map to convert physical addresses to virtual ↵bunnei
addresses
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
- added hooks to catch LCD IO read/writes
2014-04-26added simple GSP GPU ReadHWRegs function to support returning the ↵bunnei
framebuffer address
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-25Need to add Xcursor to linker?Thomas Edvalson
2014-04-25moved HLE::MRC to its own module, added support for catching data ↵bunnei
synchronization barrier command
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 CMake's import of GLFW.Thomas Edvalson
2014-04-25Resolved undefined Common::g_scm_branch error.Thomas Edvalson
2014-04-24- added preliminary support for svc_MapMemoryBlockbunnei
- added shared memory region - moarrrr cleanups to memory_map
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
- added option to create/delete service handles
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