summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - added option to load a code.bin file extracted from a CXI fileGravatar bunnei2014-04-302-14/+63
| | | | - updated load launcher.dat function to use ARM11 format hack
* added a module to load symbol map files for debuggingGravatar bunnei2014-04-305-0/+55
|
* fixed a bug where ExeFs code was being incorrectly maskedGravatar bunnei2014-04-301-1/+1
|
* added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)Gravatar bunnei2014-04-303-1/+17
|
* reorganized memory regions enum, added regions for ExeFS codeGravatar bunnei2014-04-302-21/+26
|
* added virtual address conversion for firmware FW0BGravatar bunnei2014-04-272-5/+11
|
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-275-12/+1
|
* fixed weird spacingGravatar bunnei2014-04-271-1/+1
|
* removed commented out line - this was for an unimplemented MRC call, no ↵Gravatar bunnei2014-04-271-1/+0
| | | | longer need to leave this here
* hackish but working way to set the framebuffer location to VRAM (used in ↵Gravatar bunnei2014-04-271-3/+9
| | | | ARM11 demos tested thus far, e.g. yeti3DS)
* added helper functions to mem_map to convert physical addresses to virtual ↵Gravatar bunnei2014-04-272-1/+15
| | | | addresses
* added code to LCD modules keep track of framebuffer location in FCRAM or VRAMGravatar bunnei2014-04-272-15/+153
|
* - changed HW IO map to use virtual addressesGravatar bunnei2014-04-264-42/+64
| | | | - added hooks to catch LCD IO read/writes
* added simple GSP GPU ReadHWRegs function to support returning the ↵Gravatar bunnei2014-04-261-1/+37
| | | | framebuffer address
* added preliminary DataSynchronizationBarrier support with simple DMA copyGravatar bunnei2014-04-261-7/+39
|
* added (fake) physical addresses for where to put framebuffer in VRAMGravatar bunnei2014-04-261-0/+10
|
* added vram to memory_mapGravatar bunnei2014-04-262-8/+15
|
* moved HLE::MRC to its own module, added support for catching data ↵Gravatar bunnei2014-04-259-13/+66
| | | | synchronization barrier command
* added disassembly to unimplemented instructionGravatar bunnei2014-04-251-1/+6
|
* removed some cruftGravatar bunnei2014-04-251-7/+1
|
* fixed bug where svc_ControlMemory was not properly getting passed in parametersGravatar bunnei2014-04-251-2/+2
|
* - added preliminary support for svc_MapMemoryBlockGravatar bunnei2014-04-244-14/+70
| | | | | - added shared memory region - moarrrr cleanups to memory_map
* added functions to map Heap and Shared memory spaceGravatar bunnei2014-04-243-9/+76
|
* added GSP::RegisterInterruptRelayQueue functionGravatar bunnei2014-04-241-31/+40
|
* - refactored how service functions are calledGravatar bunnei2014-04-245-19/+39
| | | | - added option to create/delete service handles
* fixes to build on linuxGravatar bunnei2014-04-223-22/+24
|
* updated CMakeLists for missing filesGravatar ShizZy2014-04-221-1/+9
|
* Add a quick way to load Launcher.dat filesGravatar Mathieu Vaillancourt2014-04-212-5/+60
|
* Merge branch 'hle-interface'Gravatar bunnei2014-04-1834-212/+2339
|\
| * renamed hw_lcd module to just lcdGravatar bunnei2014-04-176-12/+10
| |
| * added NDMA hardware interfaceGravatar bunnei2014-04-175-2/+141
| |
| * added GSP heap memory allocationGravatar bunnei2014-04-173-1/+76
| |
| * fixed bug in Memory::GetPointerGravatar bunnei2014-04-171-2/+2
| |
| * moved enums into Memory:: namespaceGravatar bunnei2014-04-171-4/+2
| |
| * added memory read/write to GSP heapGravatar bunnei2014-04-173-7/+16
| |
| * more various refactors to memory interfaceGravatar bunnei2014-04-173-48/+58
| |
| * cleaned up memory interfaces a lot, removed some hackish stuffGravatar bunnei2014-04-173-106/+50
| |
| * added a new function wrapperGravatar bunnei2014-04-161-0/+5
| |
| * fixed bug with printing std::string in log messagesGravatar bunnei2014-04-161-2/+2
| |
| * changed unknown memory read/write to report the sizeGravatar bunnei2014-04-161-2/+3
| |
| * added class stub for HID:User serviceGravatar bunnei2014-04-165-0/+80
| |
| * updated service commentsGravatar bunnei2014-04-166-5/+17
| |
| * - fixed tabs in function_wrappers.hGravatar bunnei2014-04-164-395/+413
| | | | | | | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
| * - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-169-7/+111
| | | | | | | | - various cleanups/refactors to HLE services
| * removed no longer used function headerGravatar bunnei2014-04-151-2/+0
| |
| * restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-155-137/+215
| |
| * fixed naming for APT_UGravatar bunnei2014-04-153-9/+9
| |
| * - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-156-106/+113
| | | | | | | | | | - added function tables for service calls - lots of refactoring
| * added a stub for GetLockHandleGravatar bunnei2014-04-133-9/+44
| |
| * added framework for APT service (application and title launching service)Gravatar bunnei2014-04-137-5/+126
| |