index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2014-03-31
added simple processing loop and ELF loading to main()... hackish, will ↵
bunnei
cleanup later
2014-03-31
added ELF loading support to loader.cpp
bunnei
2014-03-31
commented out bswap stuff... ARM ELF files are little endian anyway
bunnei
2014-03-31
added support for reading/writing to stack mem
bunnei
2014-03-31
grabbed ppsspp's MemArena
bunnei
2014-03-30
replaced some error logs with debug asserts
bunnei
2014-03-30
removed unnecessary debug assert
bunnei
2014-03-29
added ARM11 MMU from skyeye
bunnei
2014-03-29
initialize mem regions
bunnei
2014-03-29
added various arm modules from skyeye to make project link OK
bunnei
2014-03-25
added a GetPointer function to Memory for use with ELF loading
bunnei
2014-03-25
updated Windows project files to include ELF files
bunnei
2014-03-25
added Dolphin's ELF reader to the project
bunnei
2013-10-06
renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI
ShizZy
2013-10-06
fixed a typo in declaration of meta file system
ShizZy
2013-10-03
moved some core functions over to system module
ShizZy
2013-10-01
added core_timing and system modules to core vcproj
ShizZy
2013-10-01
added an early function for booting from a directory
ShizZy
2013-10-01
added a message option to Core::Halt function
ShizZy
2013-10-01
added TIME logger for core timing
ShizZy
2013-10-01
renamed GC_ALIGNED* macros to MEMORY_ALIGNED*
ShizZy
2013-09-26
upgraded proj files to vs 2013
ShizZy
2013-09-26
added system.h to project
ShizZy
2013-09-26
renamed from citrus to citra
ShizZy
2013-09-25
added meta_file_system to project
ShizZy
2013-09-25
renamed file_sys_directory.* to directory_file_system.*
ShizZy
2013-09-25
moved file_sys back to core
ShizZy
2013-09-23
removed <windows.h> include from common.h and added it only where needed
ShizZy
2013-09-23
moved file_sys to common
ShizZy
2013-09-23
removed unused commented-out code
ShizZy
2013-09-23
renamed PSPFileInfo to just FileInfo
ShizZy
2013-09-23
added PPSSPP's file system directory module for game loading
ShizZy
2013-09-23
added UNICODE preprocessor define
ShizZy
2013-09-23
added localtime_r for use on windows
ShizZy
2013-09-23
added utf8 to common module, utils for dealing with utf8
ShizZy
2013-09-23
removed preprocessor defines from base.props... these were not used
ShizZy
2013-09-19
ppsspp file system module - currently unused
ShizZy
2013-09-19
updated to chunk_file module from ppsspp
ShizZy
2013-09-19
added a module for loading bootable binaries
ShizZy
2013-09-19
added mem_map hardware writing
ShizZy
2013-09-18
added hw R/W/ memory functions
ShizZy
2013-09-18
added swap types to common
ShizZy
2013-09-18
refactored some mem_map stuff
ShizZy
2013-09-18
added log msg to core
ShizZy
2013-09-18
added core initialization to app entry point
ShizZy
2013-09-18
removed CORE and LOADER from LogTypes
ShizZy
2013-09-18
added CORE and LOADER to LogTypes
ShizZy
2013-09-17
added ARMulator/skyeye ARM11 core to the project
ShizZy
2013-09-17
changed log CPU from PPC to ARM11
ShizZy
2013-09-17
added default windows include
ShizZy
[next]