aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Support for C++11 on OSXGravatar archshift2014-04-30
* Fixed indentsGravatar archshift2014-04-30
* Reverse debugging changesGravatar archshift2014-04-30
* Linux supportGravatar archshift2014-04-30
* TGA dumps work, courtesy of @bunneiGravatar archshift2014-04-30
* Merge commit upstream/master into issue-7-fixGravatar archshift2014-04-30
|\
* | Sets OGL version for Qt; will only work with Qt5Gravatar archshift2014-04-30
* | OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-30
* | A bit of Cmake loveGravatar archshift2014-04-30
| * added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)Gravatar bunnei2014-04-30
| * reorganized memory regions enum, added regions for ExeFS codeGravatar bunnei2014-04-30
* | Some more experimentationGravatar archshift2014-04-29
* | Merge commit upstream/master into issue-7-fixGravatar archshift2014-04-28
|\|
* | IT'S ALIVE!Gravatar archshift2014-04-28
| * Merge pull request #5 from cpp3ds/masterGravatar bunnei2014-04-28
| |\
* | | Fix complaints about functions that could not be foundGravatar archshift2014-04-27
* | | Problematic class with no current implementationGravatar archshift2014-04-27
* | | Problematic template functionsGravatar archshift2014-04-27
* | | Xcode complains that the class name is redundant.Gravatar archshift2014-04-27
* | | Rect to BasicRectGravatar archshift2014-04-27
| * | added virtual address conversion for firmware FW0BGravatar bunnei2014-04-27
* | | add missing bswap functionsGravatar bunnei2014-04-27
|/ /
* | fix for issue Linux build #9, not sure why this is broken but its unused code...Gravatar bunnei2014-04-27
* | Merge branch 'hle-interface-updates'Gravatar bunnei2014-04-27
|\ \
| * | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
| * | fixed weird spacingGravatar bunnei2014-04-27
| * | removed commented out line - this was for an unimplemented MRC call, no longe...Gravatar bunnei2014-04-27
| * | fixed renderer to use correct framebuffer locationGravatar bunnei2014-04-27
| * | hackish but working way to set the framebuffer location to VRAM (used in ARM1...Gravatar bunnei2014-04-27
| * | added helper functions to mem_map to convert physical addresses to virtual ad...Gravatar bunnei2014-04-27
| * | added code to LCD modules keep track of framebuffer location in FCRAM or VRAMGravatar bunnei2014-04-27
| * | - changed HW IO map to use virtual addressesGravatar bunnei2014-04-26
| * | added simple GSP GPU ReadHWRegs function to support returning the framebuffe...Gravatar bunnei2014-04-26
| * | added preliminary DataSynchronizationBarrier support with simple DMA copyGravatar bunnei2014-04-26
| * | added (fake) physical addresses for where to put framebuffer in VRAMGravatar bunnei2014-04-26
| * | added vram to memory_mapGravatar bunnei2014-04-26
| | * Need to add Xcursor to linker?Gravatar Thomas Edvalson2014-04-25
| |/ |/|
| * moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei2014-04-25
| * added disassembly to unimplemented instructionGravatar bunnei2014-04-25
| * removed some cruftGravatar bunnei2014-04-25
| * fixed bug where svc_ControlMemory was not properly getting passed in parametersGravatar bunnei2014-04-25
* | Fixed CMake's import of GLFW.Gravatar Thomas Edvalson2014-04-25
* | Resolved undefined Common::g_scm_branch error.Gravatar Thomas Edvalson2014-04-25
| * - added preliminary support for svc_MapMemoryBlockGravatar bunnei2014-04-24
| * added functions to map Heap and Shared memory spaceGravatar bunnei2014-04-24
| * added GSP::RegisterInterruptRelayQueue functionGravatar bunnei2014-04-24
| * - refactored how service functions are calledGravatar bunnei2014-04-24
|/
* made qt window title consistentGravatar bunnei2014-04-23
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-23
* updated windows scm_rev code to use new styleGravatar ShizZy2014-04-23