| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | citra-qt: Add pica framebuffer widget. | 2014-12-09 | 4 | -0/+382 | ||
| | * | | | | | citra_qt: Add enhanced texture debugging widgets. | 2014-12-09 | 5 | -19/+209 | ||
| | * | | | | | citra-qt: Add texture viewer to Pica command list. | 2014-12-09 | 4 | -22/+116 | ||
| | * | | | | | Add GUI widget for controlling pica breakpoints. | 2014-12-09 | 4 | -0/+339 | ||
| | * | | | | | Pica/DebugUtils: Add breakpoint functionality. | 2014-12-09 | 5 | -2/+204 | ||
| | * | | | | | citra-qt: Polish the pica tracing widget. | 2014-12-09 | 2 | -1/+26 | ||
| | * | | | | | citra-qt: Add a utility spinbox class called CSpinBox. | 2014-12-09 | 3 | -0/+393 | ||
| | * | | | | | Build fix for something which shouldn't have compiled successfully to begin w... | 2014-12-09 | 1 | -1/+1 | ||
| | * | | | | | Fix some headers to include their dependencies properly. | 2014-12-09 | 2 | -0/+7 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #217 from archshift/cmd_buff | 2014-12-08 | 1 | -12/+12 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Log the cmd_buff arguments when citra comes across an unimplemented function | 2014-11-24 | 1 | -12/+12 | ||
| * | | | | | | Merge pull request #242 from bunnei/fix-address-arbiters | 2014-12-08 | 3 | -11/+31 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Thread: Fixed to wait on address when in arbitration. | 2014-12-08 | 3 | -11/+31 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #244 from bunnei/cleanup-memmap | 2014-12-08 | 2 | -31/+21 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | MemMap: Updated memory map to subtract base address instead of mask. | 2014-12-03 | 2 | -31/+21 | ||
| * | | | | | | | Merge pull request #263 from lioncash/sasx | 2014-12-08 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | armemu: Fix SSAX | 2014-12-08 | 1 | -1/+1 | ||
| | * | | | | | | | armemu: Fix SASX | 2014-12-08 | 1 | -1/+1 | ||
| | * | | | | | | | armemu: Fix parenthesis warnings regarding bitwise ops | 2014-12-07 | 1 | -4/+4 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #259 from ichfly/master | 2014-12-08 | 6 | -1/+279 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Loader: Add 3DSX support | 2014-12-08 | 6 | -1/+279 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #264 from Subv/files | 2014-12-08 | 1 | -3/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Kernel/File: Fixed file read/write hwtests | 2014-12-08 | 1 | -3/+6 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #260 from archshift/opendir | 2014-12-08 | 7 | -3/+40 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Make OpenDirectory fail if the directory doesn't exist | 2014-12-07 | 7 | -3/+40 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #245 from rohit-n/null-nullptr | 2014-12-07 | 24 | -115/+115 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Change NULLs to nullptrs. | 2014-12-03 | 24 | -115/+115 | ||
| * | | | | | | | Merge pull request #252 from yuriks/patch-1 | 2014-12-07 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Resolve doxycomment duplication debate | 2014-12-04 | 1 | -0/+1 | ||
| * | | | | | | | Merge pull request #250 from Subv/cbranch_2 | 2014-12-04 | 3 | -4/+31 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Threads: Remove a redundant function. | 2014-12-04 | 1 | -9/+1 | ||
| | * | | | | | | | Threads: Implemented a sequential thread id | 2014-12-04 | 2 | -4/+19 | ||
| | * | | | | | | | SVC: Implemented GetThreadId. | 2014-12-04 | 3 | -4/+24 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #222 from archshift/renamexyz | 2014-12-04 | 8 | -38/+229 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Updated archive.cpp functions for proper error handling | 2014-12-03 | 5 | -94/+41 | ||
| | * | | | | | | | Implemented RenameDirectory in FS:USER | 2014-11-24 | 8 | -1/+123 | ||
| | * | | | | | | | Implemented RenameFile in FS:USER | 2014-11-24 | 8 | -1/+123 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #248 from lioncash/kernel | 2014-12-04 | 2 | -10/+7 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | kernel: Shorten GetCount | 2014-12-03 | 1 | -6/+3 | ||
| | * | | | | | | kernel: Make some functions const | 2014-12-03 | 2 | -4/+4 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #249 from lioncash/enum | 2014-12-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mem_map: Make enum for addresses use u32 as the underlying type | 2014-12-03 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #247 from lioncash/const | 2014-12-03 | 2 | -4/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | 2014-12-03 | 2 | -4/+4 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #240 from Subv/cmake | 2014-12-03 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when compil... | 2014-12-01 | 1 | -0/+2 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #238 from archshift/dsp | 2014-12-03 | 2 | -26/+47 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add stub for ConvertProcessFromDspDram | 2014-12-03 | 2 | -26/+47 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #230 from purpasmart96/hb_serv | 2014-12-03 | 1 | -3/+72 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterS... | 2014-12-03 | 1 | -3/+72 | ||
| |/ / / / / | ||||||