| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #1589 from LittleWhite-tb/compil-fix | 2016-03-28 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Compilation fix | 2016-03-28 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1541 from LFsWang/path | 2016-03-27 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Fix Qt chinese words encode problem on Windows | 2016-03-17 | 2 | -3/+3 | ||
| * | | | | | | Merge pull request #1573 from wwylele/input_fix | 2016-03-26 | 2 | -11/+11 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | use reference instead of pointer | 2016-03-26 | 1 | -9/+9 | ||
| | * | | | | | | remove unnecessary const | 2016-03-26 | 1 | -2/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1549 from wwylele/acc_gyro | 2016-03-25 | 5 | -23/+235 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | implement GyroscopeCalibrateParam | 2016-03-25 | 2 | -9/+20 | ||
| | * | | | | | implement accel and gyro backend | 2016-03-22 | 5 | -23/+224 | ||
| * | | | | | | Merge pull request #1566 from MerryMage/audio-codec | 2016-03-24 | 3 | -0/+174 | ||
| |\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | DSP: Implement audio codecs (PCM8, PCM16, ADPCM) | 2016-03-24 | 3 | -0/+174 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1461 from yuriks/imm-mode2 | 2016-03-23 | 6 | -29/+59 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Pica: Improve accuracy of immediate-mode support | 2016-03-23 | 5 | -29/+56 | ||
| | * | | | | | OpenGL: Don't attempt to draw empty triangle batches | 2016-03-23 | 1 | -0/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1517 from Lectem/fixSDLcmake | 2016-03-23 | 1 | -1/+7 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | fix SDL2 detection for Visual | 2016-03-14 | 1 | -1/+7 | ||
| * | | | | | | Merge pull request #1508 from JayFoxRox/vs-output-map | 2016-03-22 | 2 | -7/+19 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Respect vs output map | 2016-03-14 | 2 | -7/+19 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1560 from lioncash/savedata | 2016-03-22 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | archive_extsavedata: Fix member initialization order | 2016-03-21 | 1 | -1/+2 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1563 from lioncash/lolfiq | 2016-03-22 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | armstate: Correct FIQ register banking | 2016-03-21 | 1 | -4/+3 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1559 from lioncash/vec | 2016-03-21 | 1 | -8/+5 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | soc_u: Get rid of explicit delete and new | 2016-03-21 | 1 | -8/+5 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1562 from lioncash/constexpr | 2016-03-21 | 2 | -7/+7 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | session: Make helper functions constexpr | 2016-03-21 | 1 | -6/+6 | ||
| | * | | | | loader: Make MakeMagic constexpr | 2016-03-21 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1302 from Subv/save_fix | 2016-03-20 | 24 | -143/+400 | ||
| |\ \ \ \ | ||||||
| | * | | | | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | 2016-03-20 | 5 | -33/+45 | ||
| | * | | | | HLE/FS: Corrected some style concerns. | 2016-03-20 | 8 | -14/+12 | ||
| | * | | | | HLE/FS: Fixed creating the config savefile when it doesn't exist. | 2016-03-20 | 1 | -1/+1 | ||
| | * | | | | HLE/FS: Implemented GetFormatInfo | 2016-03-20 | 19 | -62/+257 | ||
| | * | | | | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ex... | 2016-03-20 | 1 | -1/+1 | ||
| | * | | | | HLE/FS: Return the proper error codes when opening files. | 2016-03-20 | 7 | -28/+43 | ||
| | * | | | | HLE/FS: Fixed the OpenDirectory error code | 2016-03-20 | 1 | -1/+1 | ||
| | * | | | | HLE/FS: Return the proper error codes on file Read/Write operations. | 2016-03-20 | 7 | -18/+40 | ||
| | * | | | | HLE/FS: Corrected the error codes for DeleteFile | 2016-03-20 | 6 | -12/+22 | ||
| | * | | | | HLE/FS: Corrected the error codes for CreateFile | 2016-03-20 | 2 | -2/+7 | ||
| | * | | | | HLE/FS: FS::CreateFile takes an u64 for the file size. | 2016-03-20 | 8 | -10/+10 | ||
| * | | | | | Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix | 2016-03-20 | 1 | -0/+2 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix missing header | 2016-03-20 | 1 | -0/+2 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1538 from lioncash/dot | 2016-03-20 | 1 | -5/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | shader_interpreter: use std::inner_product for the dot product | 2016-03-17 | 1 | -5/+3 | ||
| * | | | | | Merge pull request #1522 from MerryMage/dylibbundler | 2016-03-19 | 2 | -1/+4 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | OS X: Use dylibbundler to include dylibs required by citra in nightly archive | 2016-03-15 | 2 | -1/+4 | ||
| * | | | | | Merge pull request #1543 from lioncash/zero | 2016-03-18 | 1 | -1/+4 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vector_math: Add missing member in Vec4's SetZero function | 2016-03-18 | 1 | -1/+4 | ||
| * | | | | | | Merge pull request #1505 from pippo2931/fef | 2016-03-18 | 1 | -1/+25 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fix header | 2016-03-12 | 1 | -1/+1 | ||