aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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
| |\ | | | | | | Travis CI script
* | | 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
| | | | | | | | | | | | Somewhere along the line an OSX header had already taken the name Rect.
| * | 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 ↵Gravatar bunnei2014-04-27
| | | | | | | | code I'm just getting rid of it
* | 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 ↵Gravatar bunnei2014-04-27
| | | | | | | | | | | | longer need to leave this here
| * | fixed renderer to use correct framebuffer locationGravatar bunnei2014-04-27
| | |
| * | hackish but working way to set the framebuffer location to VRAM (used in ↵Gravatar bunnei2014-04-27
| | | | | | | | | | | | ARM11 demos tested thus far, e.g. yeti3DS)
| * | added helper functions to mem_map to convert physical addresses to virtual ↵Gravatar bunnei2014-04-27
| | | | | | | | | | | | addresses
| * | 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 hooks to catch LCD IO read/writes
| * | added simple GSP GPU ReadHWRegs function to support returning the ↵Gravatar bunnei2014-04-26
| | | | | | | | | | | | framebuffer address
| * | 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 ↵Gravatar bunnei2014-04-25
| | | | | | | | synchronization barrier command
| * 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 shared memory region - moarrrr cleanups to memory_map
| * 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
|/ | | | - added option to create/delete service handles
* 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
|
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
|