aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-11Created structure for PAD.Kevin Hartman
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
2014-09-08core: Prune redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-09-08loader.cpp: improved file extension checking, made Upper/LowerStr usefularchshift
2014-09-08Merge pull request #95 from lioncash/disassemblerbunnei
2014-09-07Merge pull request #87 from archshift/remove-cruftbunnei
2014-09-07Removed common/std_xyz, instead using the std headerarchshift
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-09-06Merge pull request #93 from lioncash/refbunnei
2014-09-06ncch: Remove C-style struct typedefsLioncash
2014-09-06ncch: inline declare some variables in LZSS_DecompressLioncash
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash
2014-09-02Removed common/atomic, instead using std::atomicarchshift
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner
2014-09-01CMake cleanupYuri Kunde Schlesner
2014-08-31Merge pull request #84 from bunnei/fix-hw-synchronizationbunnei
2014-08-30Merge pull request #82 from yuriks/addr-typesbunnei
2014-08-30GPU: Improve frame synchronization, increases compatibility with both homebre...bunnei
2014-08-30Core: Refactor core to use only one function for execution.bunnei
2014-08-30Loader: Added support for loading raw BIN executables.bunnei
2014-08-30Threading: Fix thread starting to execute first instruction correctly.bunnei
2014-08-30srv::Initialize: Return "success" status code.bunnei
2014-08-31Introduce VAddr and PAddr typedefs for ARM addresses.Yuri Kunde Schlesner
2014-08-28Loader: Added support for loading raw BIN executables.bunnei
2014-08-28Threading: Fix thread starting to execute first instruction correctly.bunnei
2014-08-28srv::Initialize: Return "success" status code.bunnei
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-25GPU: Fix a compiler warning about redundant semicolons.Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25GSP: Update framebuffer information when necessary.Tony Wasserka
2014-08-25GSP: Implement SetBufferSwap.Tony Wasserka
2014-08-25GSP: Add a helper function for convenience.Tony Wasserka
2014-08-22Merge pull request #68 from archshift/readfilebunnei
2014-08-22Added FS functions to Archive and Archive_RomFSarchshift
2014-08-20ARM: Remove a forgotten const in vfp.Emmanuel Gil Peyrot
2014-08-19Core: Use std::array for managing kernel object spaceLioncash
2014-08-18Merge pull request #55 from lioncash/stringbunnei
2014-08-18SVC: Added support for svc_GetSystemTick.bunnei
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-08-17Merge pull request #53 from lioncash/memmapbunnei
2014-08-17Core: Fix a formatting error in svc.cppLioncash
2014-08-17Core: Fix undefined behavior in mem_map_funcs' WriteBlock functionLioncash
2014-08-12Merge pull request #39 from bunnei/hid-minor-improvementsbunnei
2014-08-12HID: Added new function entries from 3dbrew to FunctionTable.bunnei
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12GSP: Fix a major regression introduced in ffda035c, due to which no display t...Tony Wasserka