aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
| * 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
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
* fixes to build on linuxGravatar bunnei2014-04-22
* removed duplicate rotl/rotr functionsGravatar ShizZy2014-04-22
* updated CMakeLists for missing filesGravatar ShizZy2014-04-22
* Re-enable toggling window mode.Gravatar Mathieu Vaillancourt2014-04-21
* Add a quick way to load Launcher.dat filesGravatar Mathieu Vaillancourt2014-04-21
* fixed order of LogManager and System initGravatar bunnei2014-04-21
* fixed GL context acquire (applies to Qt GUI only)Gravatar bunnei2014-04-21
* Remove unused QTableViewGravatar Mathieu Vaillancourt2014-04-18
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-18
* Merge branch 'hle-interface'Gravatar bunnei2014-04-18
|\
| * renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
| * added NDMA hardware interfaceGravatar bunnei2014-04-17
| * added GSP heap memory allocationGravatar bunnei2014-04-17
| * fixed bug in Memory::GetPointerGravatar bunnei2014-04-17
| * moved enums into Memory:: namespaceGravatar bunnei2014-04-17
| * added memory read/write to GSP heapGravatar bunnei2014-04-17