| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #1660 from MerryMage/file_util | 2016-04-12 | 1 | -6/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | FileUtil: Missing #include, Add const to IOFile methods | 2016-04-12 | 1 | -6/+7 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1613 from mailwl/anp | 2016-04-11 | 2 | -2/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Set Kernel config "Unknown Value" to 0x1 | 2016-04-11 | 2 | -2/+7 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1659 from JayFoxRox/apply-config | 2016-04-11 | 7 | -17/+23 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Use Settings::Apply in SDL frontend | 2016-04-11 | 1 | -5/+4 | ||
| | * | | | | | CitraQt: Apply config at startup | 2016-04-11 | 6 | -12/+19 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1657 from JayFoxRox/remove-dump-geometry | 2016-04-10 | 4 | -71/+0 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY) | 2016-04-10 | 4 | -71/+0 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #1368 from LittleWhite-tb/configure-widget | 2016-04-10 | 21 | -262/+807 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add more stuff to configure. | 2016-03-22 | 15 | -120/+211 | ||
| | * | | | | Whole config is handled by Config class. | 2016-03-21 | 8 | -118/+181 | ||
| | * | | | | Add Configure widget | 2016-03-21 | 18 | -142/+533 | ||
| * | | | | | Merge pull request #1653 from mailwl/blx-lr | 2016-04-09 | 1 | -2/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix BLX LR opcode interpretation | 2016-04-09 | 1 | -2/+3 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #1624 from JayFoxRox/buffer-allow-write | 2016-04-09 | 4 | -12/+78 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | OpenGL: Respect buffer-write allow registers | 2016-04-08 | 1 | -6/+28 | ||
| | * | | | | OpenGL: Split buffer-write mask sync into seperate functions | 2016-04-08 | 2 | -8/+39 | ||
| | * | | | | Rasterizer: Respect buffer-write allow registers | 2016-04-08 | 2 | -4/+16 | ||
| | * | | | | OpenGL: Keep stencil-test and framebuffer.depth_format in sync | 2016-04-08 | 1 | -0/+1 | ||
| * | | | | | Merge pull request #1644 from polaris-/gdb-fixes | 2016-04-08 | 2 | -28/+107 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Default to settings from ini for gdbstub | 2016-04-06 | 1 | -6/+6 | ||
| | * | | | | | Adopted WinterMute's gdbstub changes | 2016-04-06 | 2 | -27/+106 | ||
| * | | | | | | update the code of AM service! (#1623) | 2016-04-08 | 6 | -51/+289 | ||
| * | | | | | | cecd:u: stub GetCecStateAbbreviated (#1648) | 2016-04-08 | 4 | -1/+29 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #1651 from mailwl/thread-init-thumb | 2016-04-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Update cpsr (T)humb bit while creating thread | 2016-04-08 | 1 | -1/+1 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1639 from linkmauve/fix-double-framebuffer-check | 2016-04-07 | 1 | -4/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | OpenGL: Fix a double framebuffer completeness checks. | 2016-04-03 | 1 | -4/+6 | ||
| * | | | | | | Merge pull request #1577 from JamePeng/update-apta-func | 2016-04-06 | 5 | -8/+47 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:A | 2016-04-06 | 3 | -13/+16 | ||
| | * | | | | | | implement APT::GetStartupArgument | 2016-04-05 | 5 | -2/+37 | ||
| | * | | | | | | Append the missing function name"GetAppletInfo" to APT:A | 2016-04-05 | 1 | -1/+2 | ||
| * | | | | | | | Merge pull request #1645 from mailwl/thumb_pc | 2016-04-06 | 1 | -6/+2 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | Fix thumb ADR instruction alignment | 2016-04-06 | 1 | -6/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1435 from mailwl/frd_u | 2016-04-05 | 6 | -55/+236 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | frd:u: Initial stub some functions | 2016-03-27 | 6 | -55/+236 | ||
| * | | | | | | | Merge pull request #1643 from MerryMage/make_unique | 2016-04-05 | 24 | -73/+46 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Common: Remove Common::make_unique, use std::make_unique | 2016-04-05 | 24 | -73/+46 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1620 from LFsWang/path | 2016-04-04 | 6 | -33/+50 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | remove debug code | 2016-03-31 | 2 | -2/+2 | ||
| | * | | | | | | fix unicode url problem on windows | 2016-03-31 | 1 | -6/+18 | ||
| | * | | | | | | Fix encode problem On Windows | 2016-03-31 | 5 | -27/+32 | ||
| * | | | | | | | Merge pull request #1640 from lioncash/cpp14 | 2016-04-03 | 4 | -7/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | travis: Update dependencies | 2016-04-03 | 3 | -6/+6 | ||
| | * | | | | | | | CMakeFiles: Compile as C++14 | 2016-04-03 | 1 | -1/+1 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1638 from JayFoxRox/check-fb-complete | 2016-04-03 | 1 | -0/+3 | ||
| |\| | | | | | | ||||||
| | * | | | | | | OpenGL: Check for framebuffer completeness | 2016-04-03 | 1 | -0/+3 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1616 from exhalatio/dlp_dummy | 2016-04-03 | 6 | -0/+65 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Dummy implementation dlp:SRVR Service. | 2016-04-03 | 6 | -0/+65 | ||