| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Merge Config::ReadXYZs | 2014-11-18 | 4 | -59/+26 | ||
| * | | | | | | | Merge pull request #225 from bunnei/fix-release-mutex | 2014-11-30 | 1 | -8/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Mutex: Changed behavior to always release mutex for all threads. | 2014-11-26 | 1 | -8/+7 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #226 from bunnei/svc-and-thread-fixes | 2014-11-30 | 2 | -1/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Thread: Check that thread is actually in "wait state" when verifying wait. | 2014-11-26 | 1 | -1/+1 | ||
| | * | | | | | | | SVC: Add debug log to ArbitrateAddress. | 2014-11-26 | 1 | -0/+2 | ||
| | * | | | | | | | SVC: SleepThread should yield to the next ready thread. | 2014-11-26 | 1 | -0/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #228 from linkmauve/glfw-error | 2014-11-30 | 1 | -2/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | GLFW: Add an error callback before calling glfwInit() | 2014-11-29 | 1 | -2/+6 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #235 from yuriks/dyncom-map | 2014-11-30 | 1 | -33/+15 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | dyncom: Use unordered_map rather than the terrible 2-level bb_map | 2014-11-29 | 1 | -33/+15 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | arm_dyncom_interpreter: Get rid of unused var warnings | 2014-11-29 | 1 | -4/+2 | ||
| |/ / / / / / | ||||||
| * | | | / / | Fixed formatting and switch statement warnings | 2014-11-27 | 7 | -11/+13 | ||
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Remove unused includes to common/thread.h | 2014-11-25 | 2 | -3/+0 | ||
| |/ / / / | ||||||
| * | | | | Use pointers instead of passing handles around in some functions. | 2014-11-24 | 1 | -19/+15 | ||
| * | | | | Remove duplicated docs/update them for changed parameters. | 2014-11-24 | 10 | -88/+0 | ||
| * | | | | HLE: Revamp error handling throrough the HLE code | 2014-11-24 | 23 | -310/+689 | ||
| * | | | | Change some SkyEye defines to const ints | 2014-11-24 | 2 | -34/+16 | ||
| * | | | | Merge pull request #191 from archshift/deletexyz | 2014-11-23 | 8 | -26/+194 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. | 2014-11-23 | 8 | -26/+194 | ||
| * | | | | Add more services and some fixes, along with more "override" | 2014-11-20 | 26 | -17/+464 | ||
| * | | | | Merge pull request #211 from linkmauve/master | 2014-11-19 | 83 | -446/+446 | ||
| |\ \ \ \ | ||||||
| | * | | | | Remove tabs in all files except in skyeye imports and in generated GL code | 2014-11-19 | 14 | -169/+169 | ||
| | * | | | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | 2014-11-19 | 74 | -282/+282 | ||
| * | | | | | Merge pull request #208 from lioncash/statics | 2014-11-19 | 5 | -69/+69 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add static to some variables | 2014-11-18 | 5 | -69/+69 | ||
| * | | | | | Merge pull request #165 from neobrain/viewport-scaling | 2014-11-18 | 11 | -83/+281 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | citra GLFW: Ignore minimal window size hints. | 2014-11-18 | 1 | -8/+2 | ||
| | * | | | | | EmuWindow: Add some explicit documentation and set proper minimal client area... | 2014-11-18 | 1 | -2/+4 | ||
| | * | | | | | citra-qt: Small cleanup. | 2014-11-18 | 1 | -2/+1 | ||
| | * | | | | | EmuWindow: Add a TODO. | 2014-11-18 | 1 | -0/+1 | ||
| | * | | | | | MathUtil: Make Rectangle work with unsigned types. | 2014-11-18 | 1 | -4/+5 | ||
| | * | | | | | OpenGL Renderer: Cleanup viewport extent calculation. | 2014-11-18 | 2 | -44/+29 | ||
| | * | | | | | EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. | 2014-11-18 | 1 | -0/+7 | ||
| | * | | | | | EmuWindow: Remove window title getters/setters. | 2014-11-18 | 4 | -28/+10 | ||
| | * | | | | | EmuWindow: Add documentation. | 2014-11-18 | 1 | -18/+57 | ||
| | * | | | | | EmuWindow: Add support for specifying minimal client area sizes. | 2014-11-18 | 5 | -8/+58 | ||
| | * | | | | | Fixup EmuWindow interface and implementations thereof. | 2014-11-18 | 6 | -76/+127 | ||
| | * | | | | | Viewport scaling and display density independence | 2014-11-18 | 7 | -4/+89 | ||
| | * | | | | | Add a GUI logging channel. | 2014-11-18 | 2 | -0/+2 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #207 from lioncash/docs | 2014-11-18 | 3 | -3/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix documentation of parameters | 2014-11-18 | 3 | -3/+3 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #209 from lioncash/warn | 2014-11-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | directory_sdmc: Fix a signed/unsigned mismatch comparison | 2014-11-18 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #210 from lioncash/typedef | 2014-11-18 | 1 | -10/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | system: Get rid of an unnecessary enum typedef | 2014-11-18 | 1 | -10/+10 | ||
| | |/ / / / | ||||||
| * / / / / | Remove extraneous semicolons | 2014-11-18 | 8 | -8/+8 | ||
| |/ / / / | ||||||
| * / / / | core: Mark some hle functions as static | 2014-11-17 | 6 | -48/+48 | ||
| |/ / / | ||||||
| * | | | Archive: Fixed to not destroy archive handle on close. | 2014-11-17 | 1 | -3/+3 | ||
| * | | | Archive: Fixed close archive before freeing. | 2014-11-17 | 1 | -1/+1 | ||