| Age | Commit message (Collapse) | Author | 
|---|
|  | nvflinger: Remove superfluous buffer format check. | 
|  |  | 
|  | Various heap fixes for libtransistor | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Service/NIFM: convert to module | 
|  |  | 
|  |  | 
|  |  | 
|  | core: Move process creation out of global state. | 
|  |  | 
|  | Make Dynarmic the default CPU core | 
|  | GPU: Intercept writes to the VERTEX_END_GL register. | 
|  | This is the register that gets written after a game calls DrawArrays().
We should collect all GPU state and draw using our graphics API here. | 
|  | FS: Make EnsureSaveData create the save data if it doesn't already exist. | 
|  |  | 
|  |  | 
|  | time. | 
|  | CoreTiming: Unschedule the pending events when an Interface is destroyed | 
|  |  | 
|  | Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called | 
|  | Service/Set: add more services | 
|  | This prevents a thread starvation issue in Puyo Puyo Tetris.
We should hwtest this behavior and figure out where exactly this event is signaled. | 
|  |  | 
|  | Implemented the SaveData archive and MountSaveData. | 
|  |  | 
|  | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them. | 
|  |  | 
|  |  | 
|  | thread: Clear the process list on shutdown. | 
|  |  | 
|  |  | 
|  | * Removes the use of QKeySequence::Cancel to remove issues while running make
* Corrects characters in a line for travis failure
* Corrects space in a line for travis failure | 
|  | IPC: add domain header to response if only it exists in request | 
|  | UnmapSharedMemory | 
|  | NPDM Parsing | 
|  | Asdf | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | C++11 requires spaces on the Identifier
Add inttypes include
clang | 
|  | Stub some functions | 
|  | time: Add missing time:s functions, used for libnx |