bunnei
e547128185
Kernel: Added support for shared memory objects.
SharedMemory: Added optional name field for tracking known objects.
12 years ago
bunnei
17a6148f9d
FileSys: Added preliminary support for applications reading the RomFS archive.
Archive: Fixed brace ugliness for neobrain :)
FS: Commented out unused local variables to prevent warnings.
...But keeping them here for future use.
archive_romfs: Removed unused #include.
12 years ago
bunnei
48e39fc992
FS: Added stubbed code to intercept and decode file system service functions.
FS: Added to CMakeLists.txt
12 years ago
bunnei
8b8c8f4c13
Kernel: Added stubbed code to support creation of kernel Archive objects.
12 years ago
bunnei
0cc3e85685
Core: Removed unused directory_file_system and meta_file_system modules.
Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules.
12 years ago
bunnei
1da361c7ab
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
12 years ago
bunnei
3577dd027d
Loader: Added support for booting NCCH executables.
NCCH: Fixed typo in printing NCCH filename.
12 years ago
bunnei
0aca202ae9
Loader: Moved elf and loader modules to a "loader" subdirectory.
12 years ago
Tony Wasserka
1dfa392824
Rename LCD to GPU.
12 years ago
bunnei
55325dea4c
hle: added stubbed service for ndm_u
12 years ago
bunnei
fd69fd0325
kernel: added event module to support creation of CTR "Event" objects
12 years ago
bunnei
978e1d4653
mutex: initial commit of HLE module
12 years ago
bunnei
143bba2045
renamed "syscall" module to "svc" (more accurate naming)
12 years ago
bunnei
f872807de2
added maverick.cpp to ARM core from skyeye
12 years ago
bunnei
ad49d481a8
added missing armcopro from skyeye
12 years ago
bunnei
9a642caee7
added missing skyeye mmu code
12 years ago
bunnei
3e1eafa244
- moved mmu to arm/interpreter folder
- added initial VFP code from skyeye
12 years ago
bunnei
6b264518a5
added initial kernel/thread modules
12 years ago
bunnei
34dc0a9b07
added config_mem module for HLE of firmware configuration memory settings
12 years ago
bunnei
f043424915
renamed hle "mrc" module to "coprocessor"
12 years ago
bunnei
29da6e9ab5
added a module to load symbol map files for debugging
12 years ago
bunnei
cb0663de51
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
12 years ago
bunnei
70c2cce963
renamed hw_lcd module to just lcd
12 years ago
bunnei
c3a4b4bfca
added NDMA hardware interface
12 years ago
bunnei
bb5bc2df25
added class stub for HID:User service
12 years ago
bunnei
32c3462047
- added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
12 years ago
bunnei
7ec5950bc4
- extracted srv: calls from service.cpp and put in its own module
- added function tables for service calls
- lots of refactoring
12 years ago
bunnei
9f4d677cdf
added framework for APT service (application and title launching service)
12 years ago
bunnei
68e198476f
- added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
12 years ago
bunnei
02fbd42e7f
- renamed hle_syscall to just syscall
- added service.h as an initial service interface
12 years ago
bunnei
f6c328cf37
moved hle.cpp into hle folder (due to mistake earlier)
12 years ago
bunnei
2a7d7ce55d
- removed syscall classes (will just use HLEFunction)
- added hle.cpp and module registration
- removed unused code
12 years ago
bunnei
f68de21ad1
added initial modules for setting up SysCall HLE
12 years ago
bunnei
de0a034a84
fixed project includes to use new directory structure
12 years ago
bunnei
c874c1d06c
add hw_lcd.* to VS project files
12 years ago
bunnei
31abc42d3d
added initial support for hw.cpp module
12 years ago
bunnei
670ac5643a
added hw module to interface h/w register reads/writes
12 years ago
bunnei
69223d007e
- added an interface layer for ARM cores
- cleaned up core.cpp a bit
12 years ago
bunnei
66299a4880
moved arm core to interpreter directory
12 years ago
bunnei
7bf24c066b
added thumb mode emulation
12 years ago
bunnei
328c415c74
added ARM11 MMU from skyeye
12 years ago
bunnei
6b255111d5
added various arm modules from skyeye to make project link OK
12 years ago
bunnei
97e4d9f211
updated Windows project files to include ELF files
12 years ago
ShizZy
9d79fc7aa6
added core_timing and system modules to core vcproj
12 years ago
ShizZy
a79fb90d62
upgraded proj files to vs 2013
12 years ago
ShizZy
c71868a6b1
added system.h to project
12 years ago
ShizZy
a7b06698ff
added meta_file_system to project
12 years ago
ShizZy
05d5113701
renamed file_sys_directory.* to directory_file_system.*
12 years ago
ShizZy
5b0b60ad6b
moved file_sys back to core
12 years ago
ShizZy
29cdc1df39
moved file_sys to common
12 years ago