index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-30
OpenGL 3+ on OSX with GLFW
archshift
2014-04-30
A bit of Cmake love
archshift
2014-04-29
Some more experimentation
archshift
2014-04-28
Merge commit upstream/master into issue-7-fix
archshift
2014-04-28
IT'S ALIVE!
archshift
2014-04-28
added FAQ link to README.md
bunnei
2014-04-28
fixed build image in README.md to link to Travis CI page
bunnei
2014-04-28
added Travis CI build indicator to README.md
bunnei
2014-04-28
Merge pull request #5 from cpp3ds/master
bunnei
2014-04-27
Fix complaints about functions that could not be found
archshift
2014-04-27
Problematic class with no current implementation
archshift
2014-04-27
Problematic template functions
archshift
2014-04-27
Xcode complains that the class name is redundant.
archshift
2014-04-27
Rect to BasicRect
archshift
2014-04-27
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
add missing bswap functions
bunnei
2014-04-27
fix for issue Linux build #9, not sure why this is broken but its unused code...
bunnei
2014-04-27
Merge branch 'hle-interface-updates'
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
fixed weird spacing
bunnei
2014-04-27
removed commented out line - this was for an unimplemented MRC call, no longe...
bunnei
2014-04-27
fixed renderer to use correct framebuffer location
bunnei
2014-04-27
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
2014-04-27
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
bunnei
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-26
added preliminary DataSynchronizationBarrier support with simple DMA copy
bunnei
2014-04-26
added (fake) physical addresses for where to put framebuffer in VRAM
bunnei
2014-04-26
added vram to memory_map
bunnei
2014-04-25
Need to add Xcursor to linker?
Thomas Edvalson
2014-04-25
Yet anothing missing dependency? libxcursor-dev
Thomas Edvalson
2014-04-25
Maybe needs libglew-dev?
Thomas Edvalson
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
added disassembly to unimplemented instruction
bunnei
2014-04-25
removed some cruft
bunnei
2014-04-25
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-25
Fixed travis dir problem (third time's the charm)
Thomas Edvalson
2014-04-25
One of the lines wasn't quite unneccesary.
Thomas Edvalson
2014-04-25
Remove potentially unnecessary lines in Travis script.
Thomas Edvalson
2014-04-25
Added Travis CI script
Thomas Edvalson
2014-04-25
Fixed CMake's import of GLFW.
Thomas Edvalson
2014-04-25
Merge pull request #4 from cpp3ds/master
bunnei
2014-04-25
Resolved undefined Common::g_scm_branch error.
Thomas Edvalson
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
added functions to map Heap and Shared memory space
bunnei
2014-04-24
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-24
- refactored how service functions are called
bunnei
2014-04-24
removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS"
bunnei
2014-04-24
Update README.md
bunnei
[next]