| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Memory: CopyBlock | 2016-05-28 | 2 | -2/+43 | ||
| | * | | | | | DSP_DSP: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -7/+10 | ||
| | * | | | | | FS/Archive: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -7/+14 | ||
| | * | | | | | CFG: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -6/+10 | ||
| | * | | | | | APT: Remove use of Memory::GetPointer | 2016-05-21 | 5 | -35/+36 | ||
| | * | | | | | Kernel/Thread: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -1/+1 | ||
| | * | | | | | Applets/swkdb: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -1/+1 | ||
| | * | | | | | Memory: ZeroBlock | 2016-05-21 | 2 | -0/+39 | ||
| | * | | | | | FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlock | 2016-05-21 | 1 | -6/+6 | ||
| | * | | | | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd... | 2016-05-21 | 1 | -1/+4 | ||
| | * | | | | | Memory: ReadBlock/WriteBlock | 2016-05-21 | 3 | -4/+81 | ||
| | * | | | | | Memory: IsValidVirtualAddress/IsValidPhysicalAddress | 2016-05-21 | 3 | -0/+26 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1756 from wwylele/config-cleanup | 2016-05-28 | 1 | -29/+13 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | clean up config block | 2016-05-03 | 1 | -29/+13 | ||
| * | | | | | | Merge pull request #1857 from MerryMage/rotr-rotl | 2016-05-27 | 1 | -12/+18 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | common_funcs: Provide rotr and rotl for MSVC | 2016-05-27 | 1 | -12/+18 | ||
| * | | | | | | | Merge pull request #1568 from JayFoxRox/fix-printf | 2016-05-26 | 3 | -26/+61 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix ftoi behaviour | 2016-05-16 | 2 | -22/+53 | ||
| | * | | | | | | | Respect fpscr in ftoiz | 2016-05-16 | 2 | -4/+4 | ||
| | * | | | | | | | Disable VFP3 instructions | 2016-05-16 | 1 | -0/+4 | ||
| * | | | | | | | | Merge pull request #1810 from JayFoxRox/fix-float-exceptions | 2016-05-26 | 3 | -91/+130 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove `exceptions` parameter from `normaliseround` VFP functions | 2016-05-18 | 3 | -28/+57 | ||
| | * | | | | | | | | Fix exception propagation for VFP single precision | 2016-05-18 | 2 | -33/+38 | ||
| | * | | | | | | | | Fix exception propagation for VFP double precision | 2016-05-18 | 2 | -34/+39 | ||
| * | | | | | | | | | Merge pull request #1846 from JayFoxRox/missing-dirty-lighting | 2016-05-26 | 4 | -43/+140 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | OpenGL: Set shader_dirty on lighting changes | 2016-05-23 | 1 | -0/+23 | ||
| | * | | | | | | | | | Pica: Name LightSrc.config register | 2016-05-23 | 2 | -17/+15 | ||
| | * | | | | | | | | | Pica: Name lighting.config0 and .config1 registers | 2016-05-23 | 2 | -18/+18 | ||
| | * | | | | | | | | | OpenGL: Use uniforms for dist_atten_bias and dist_atten_scale | 2016-05-23 | 3 | -8/+84 | ||
| * | | | | | | | | | | Merge pull request #1855 from MerryMage/memory-headers-20160526 | 2016-05-26 | 2 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Memory: Added necessary headers and removed unnecessary header | 2016-05-26 | 2 | -1/+2 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1817 from linkmauve/smdh-stuff | 2016-05-25 | 14 | -167/+229 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Loader: Split SMDH into its own header and import helpers from QGameList | 2016-05-21 | 5 | -89/+149 | ||
| | * | | | | | | | | | | CitraQt: Simplify the game list loader code | 2016-05-21 | 5 | -34/+18 | ||
| | * | | | | | | | | | | Loader: Add a GetFileType method to get the type of a loaded file | 2016-05-21 | 4 | -0/+30 | ||
| | * | | | | | | | | | | Loader, Frontends: Refactor loader creation and game loading | 2016-05-21 | 6 | -49/+37 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | New3DS: Minor style cleanup to #1520. | 2016-05-24 | 4 | -6/+6 | ||
| * | | | | | | | | | | Merge pull request #1520 from JamePeng/checknew3ds | 2016-05-24 | 11 | -14/+145 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Implement CheckNew3DS and CheckNew3DSApp | 2016-04-20 | 11 | -14/+145 | ||
| * | | | | | | | | | | | Merge pull request #1733 from lioncash/vert_loader | 2016-05-23 | 3 | -11/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vertex_loader: Correct forward declaration of InputVertex | 2016-05-08 | 1 | -1/+1 | ||
| | * | | | | | | | | | | vertex_loader: Provide an assertion for ensuring the loader has been setup | 2016-05-08 | 2 | -0/+7 | ||
| | * | | | | | | | | | | vertex_loader: Add constructors to facilitate immediate and two-step initiali... | 2016-05-08 | 2 | -2/+6 | ||
| | * | | | | | | | | | | vertex_loader: initialize_num_total_attributes. | 2016-05-08 | 1 | -1/+1 | ||
| | * | | | | | | | | | | vertex_loader: Use std::array instead of raw C arrays | 2016-05-08 | 1 | -6/+7 | ||
| | * | | | | | | | | | | vertex_loader: Correct header ordering | 2016-05-08 | 1 | -1/+1 | ||
| * | | | | | | | | | | | Merge pull request #1837 from wwylele/sync-trap | 2016-05-22 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | SVC::WaitSynchronizationN: Reschedule at the end | 2016-05-21 | 1 | -2/+3 | ||
| * | | | | | | | | | | | Appveyor: Restore working directory after test_script (#1835) | 2016-05-21 | 1 | -1/+1 | ||
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1564 from MerryMage/this-is-only-a-test | 2016-05-21 | 8 | -2/+47 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||