aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
|
* fixes to build on linuxGravatar bunnei2014-04-22
|
* removed duplicate rotl/rotr functionsGravatar ShizZy2014-04-22
|
* updated CMakeLists for missing filesGravatar ShizZy2014-04-22
|
* Re-enable toggling window mode.Gravatar Mathieu Vaillancourt2014-04-21
|
* Add a quick way to load Launcher.dat filesGravatar Mathieu Vaillancourt2014-04-21
|
* fixed order of LogManager and System initGravatar bunnei2014-04-21
|
* fixed GL context acquire (applies to Qt GUI only)Gravatar bunnei2014-04-21
|
* Remove unused QTableViewGravatar Mathieu Vaillancourt2014-04-18
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-18
|
* Merge branch 'hle-interface'Gravatar bunnei2014-04-18
|\
| * renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
| |
| * added NDMA hardware interfaceGravatar bunnei2014-04-17
| |
| * added GSP heap memory allocationGravatar bunnei2014-04-17
| |
| * fixed bug in Memory::GetPointerGravatar bunnei2014-04-17
| |
| * moved enums into Memory:: namespaceGravatar bunnei2014-04-17
| |
| * added memory read/write to GSP heapGravatar bunnei2014-04-17
| |
| * more various refactors to memory interfaceGravatar bunnei2014-04-17
| |
| * cleaned up memory interfaces a lot, removed some hackish stuffGravatar bunnei2014-04-17
| |
| * fixed framebuffer color orderGravatar bunnei2014-04-17
| |
| * added a new function wrapperGravatar bunnei2014-04-16
| |
| * removed hard-coded framebuffer addresses from renderer_opengl.cppGravatar bunnei2014-04-16
| |
| * fixed bug with printing std::string in log messagesGravatar bunnei2014-04-16
| |
| * changed unknown memory read/write to report the sizeGravatar bunnei2014-04-16
| |
| * added class stub for HID:User serviceGravatar bunnei2014-04-16
| |
| * updated service commentsGravatar bunnei2014-04-16
| |
| * - fixed tabs in function_wrappers.hGravatar bunnei2014-04-16
| | | | | | | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
| * - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
| | | | | | | | - various cleanups/refactors to HLE services
| * removed no longer used function headerGravatar bunnei2014-04-15
| |
| * restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15
| |
| * fixed naming for APT_UGravatar bunnei2014-04-15
| |
| * - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
| | | | | | | | | | - added function tables for service calls - lots of refactoring
| * added helper functions for upper/lowercase stringsGravatar bunnei2014-04-14
| |
| * added a stub for GetLockHandleGravatar bunnei2014-04-13
| |
| * added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
| |
| * renamed class Interface_SRV to SRVGravatar bunnei2014-04-13
| |
| * replace tabs with spacesGravatar bunnei2014-04-13
| |
| * added some very initial command parsing for SRV SyncGravatar bunnei2014-04-13
| |
| * added a GetPointer function for reading from HLE command bufferGravatar bunnei2014-04-13
| |
| * fixed hw write declarations to not be constGravatar bunnei2014-04-12
| |
| * added OS memory read/write for thread command bufferGravatar bunnei2014-04-12
| |
| * cleanups to service HLEGravatar bunnei2014-04-12
| |
| * - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
| | | | | | | | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* | Init window size from VideoCore. Start changing the default window behavior...Gravatar Mathieu Vaillancourt2014-04-12
| |
* | Show symbols in disasmGravatar Mathieu Vaillancourt2014-04-12
| |
* | Implement simple LoadSymbols for ELF filesGravatar Mathieu Vaillancourt2014-04-12
| |
* | Add symbols mapGravatar Mathieu Vaillancourt2014-04-12
| |
| * hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵Gravatar bunnei2014-04-12
| | | | | | | | this...)
| * added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵Gravatar bunnei2014-04-12
| | | | | | | | jump appcore CPU to an IRQ vector)
| * added a memory mapped option for HLEGravatar bunnei2014-04-12
| |