index
:
citra
master
Nintendo 3DS emulator/debugger
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...
bunnei
2014-05-13
*
- added __KernelLoadExec function
bunnei
2014-05-13
*
added option to set CPSR register to arm_interface
bunnei
2014-05-11
*
added initial kernel/thread modules
bunnei
2014-05-09
*
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08
*
removed unnecessary log message
bunnei
2014-05-07
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-07
*
added kernel memory to mem_map
bunnei
2014-05-07
*
- added debug logging to syscall.cpp
bunnei
2014-05-06
*
added mem_map read for config_mem
bunnei
2014-05-06
*
added config_mem module for HLE of firmware configuration memory settings
bunnei
2014-05-06
*
- disable strict alignment on LDRD/STRD
bunnei
2014-05-06
*
commented out useless debug logs that just spammed console
bunnei
2014-05-06
*
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-01
*
fixed include in coprocessor.cpp
bunnei
2014-05-01
*
renamed hle "mrc" module to "coprocessor"
bunnei
2014-05-01
*
- added some function wrappers for HLE
bunnei
2014-05-01
*
- added option to load a code.bin file extracted from a CXI file
bunnei
2014-04-30
*
added a module to load symbol map files for debugging
bunnei
2014-04-30
*
fixed a bug where ExeFs code was being incorrectly masked
bunnei
2014-04-30
*
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-30
*
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-04-30
*
added virtual address conversion for firmware FW0B
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
*
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-27
*
- 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-26
*
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
*
- 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
*
fixes to build on linux
bunnei
2014-04-22
*
updated CMakeLists for missing files
ShizZy
2014-04-22
*
Add a quick way to load Launcher.dat files
Mathieu Vaillancourt
2014-04-21
*
Merge branch 'hle-interface'
bunnei
2014-04-18
|
\
|
*
renamed hw_lcd module to just lcd
bunnei
2014-04-17
|
*
added NDMA hardware interface
bunnei
2014-04-17
|
*
added GSP heap memory allocation
bunnei
2014-04-17
|
*
fixed bug in Memory::GetPointer
bunnei
2014-04-17
[next]