summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-05-07added kernel memory to mem_mapbunnei
2014-05-07added GSP to loggersbunnei
2014-05-07added BitField to commonbunnei
2014-05-06- added debug logging to syscall.cppbunnei
2014-05-06added mem_map read for config_membunnei
2014-05-06added config_mem module for HLE of firmware configuration memory settingsbunnei
2014-05-06- disable strict alignment on LDRD/STRDbunnei
2014-05-06- added better SVC loggingbunnei
2014-05-06commented out useless debug logs that just spammed consolebunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
2014-05-01fixed include in coprocessor.cppbunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-05-01- added some function wrappers for HLEbunnei
2014-04-30- added option to load a code.bin file extracted from a CXI filebunnei
2014-04-30added symbol map load function to Qt GUIbunnei
2014-04-30added a module to load symbol map files for debuggingbunnei
2014-04-30fixed a bug where ExeFs code was being incorrectly maskedbunnei
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-28added FAQ link to README.mdbunnei
2014-04-28fixed build image in README.md to link to Travis CI pagebunnei
2014-04-28added Travis CI build indicator to README.mdbunnei
2014-04-28Merge pull request #5 from cpp3ds/masterbunnei
2014-04-27added virtual address conversion for firmware FW0Bbunnei
2014-04-27fix for issue Linux build #9, not sure why this is broken but its unused code...bunnei
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 longe...bunnei
2014-04-27fixed renderer to use correct framebuffer locationbunnei
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-25Need to add Xcursor to linker?Thomas Edvalson
2014-04-25Yet anothing missing dependency? libxcursor-devThomas Edvalson
2014-04-25Maybe needs libglew-dev?Thomas Edvalson
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-25Fixed travis dir problem (third time's the charm)Thomas Edvalson
2014-04-25One of the lines wasn't quite unneccesary.Thomas Edvalson
2014-04-25Remove potentially unnecessary lines in Travis script.Thomas Edvalson
2014-04-25Added Travis CI scriptThomas Edvalson