| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #97 from archshift/cleanup | 2014-09-13 | 1 | -1/+1 | ||
| |\ \ \ | |/ / |/| | | Small, general code cleanup | |||||
| | * | | Dead code removal: video_core.cpp, load_symbol_map.cpp | 2014-09-07 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Added support for multiple input device types for KeyMap and connected Qt. | 2014-09-12 | 2 | -113/+127 | ||
| | | | | ||||||
| * | | | Initial HID PAD work, with GLFW only. | 2014-09-11 | 2 | -24/+197 | ||
| | | | | ||||||
| * | | | Created structure for PAD. | 2014-09-11 | 2 | -0/+28 | ||
| | | | | ||||||
| * | | | Merge pull request #99 from archshift/ext-check | 2014-09-11 | 3 | -55/+56 | ||
| |\ \ \ | | | | | | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace | |||||
| | * | | | Added string_util to common, small changes in loader.cpp | 2014-09-08 | 3 | -56/+55 | ||
| | | | | | ||||||
| | * | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful | 2014-09-08 | 1 | -6/+8 | ||
| | | |/ | |/| | | | | | | | Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location. | |||||
| * / | | core: Prune redundant includes | 2014-09-08 | 20 | -37/+0 | ||
| |/ / | ||||||
| * | | Merge pull request #95 from lioncash/disassembler | 2014-09-08 | 3 | -189/+143 | ||
| |\ \ | | | | | | | core: Make the ARM disassembler use std::string internally | |||||
| | * | | core: Make the ARM disassembler use std::string internally | 2014-09-06 | 3 | -189/+143 | ||
| | | | | ||||||
| * | | | Merge pull request #87 from archshift/remove-cruft | 2014-09-07 | 1 | -1/+1 | ||
| |\ \ \ | |_|/ |/| | | Removed redundant headers for std implementations | |||||
| | * | | Removed common/std_xyz, instead using the std header | 2014-09-07 | 1 | -1/+1 | ||
| | |/ | ||||||
| * | | Merge pull request #93 from lioncash/ref | 2014-09-06 | 2 | -4/+4 | ||
| |\ \ | | | | | | | core: Pass string by reference in FetchFromPortName and DeleteService | |||||
| | * | | core: Pass string by reference in FetchFromPortName and DeleteService | 2014-09-06 | 2 | -4/+4 | ||
| | |/ | ||||||
| * | | ncch: Remove C-style struct typedefs | 2014-09-06 | 1 | -4/+4 | ||
| | | | | | | | | | In C++ you can simply just declare it as is. | |||||
| * | | ncch: inline declare some variables in LZSS_Decompress | 2014-09-06 | 1 | -7/+5 | ||
| |/ | ||||||
| * | Removed common/atomic, instead using std::atomic | 2014-09-02 | 1 | -4/+4 | ||
| | | ||||||
| * | Remove hand-crafted Visual Studio solution. | 2014-09-01 | 2 | -592/+0 | ||
| | | ||||||
| * | CMake cleanup | 2014-09-01 | 1 | -47/+56 | ||
| | | | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers. | |||||
| * | Merge pull request #84 from bunnei/fix-hw-synchronization | 2014-08-31 | 3 | -33/+48 | ||
| |\ | | | | | Fix GPU/HW synchronization | |||||
| | * | GPU: Improve frame synchronization, increases compatibility with both ↵ | 2014-08-30 | 1 | -13/+31 | ||
| | | | | | | | | | homebrew and retail applications. | |||||
| | * | Core: Refactor core to use only one function for execution. | 2014-08-30 | 2 | -20/+17 | ||
| | | | | | | | | | | | | | Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable. | |||||
| | * | Loader: Added support for loading raw BIN executables. | 2014-08-30 | 2 | -0/+21 | ||
| | | | | | | | | | | | | | - Useful for debugging homebrew Qt: Updated GUI to support loading .bin files. | |||||
| | * | Threading: Fix thread starting to execute first instruction correctly. | 2014-08-30 | 2 | -1/+6 | ||
| | | | ||||||
| | * | srv::Initialize: Return "success" status code. | 2014-08-30 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Merge pull request #82 from yuriks/addr-types | 2014-08-30 | 2 | -31/+40 | ||
| |\ \ | | | | | | | Introduce VAddr and PAddr typedefs for ARM addresses. | |||||
| | * | | Introduce VAddr and PAddr typedefs for ARM addresses. | 2014-08-31 | 2 | -31/+40 | ||
| | |/ | ||||||
| * | | Loader: Added support for loading raw BIN executables. | 2014-08-28 | 2 | -0/+21 | ||
| | | | | | | | | | | | | | - Useful for debugging homebrew Qt: Updated GUI to support loading .bin files. | |||||
| * | | Threading: Fix thread starting to execute first instruction correctly. | 2014-08-28 | 2 | -1/+6 | ||
| | | | ||||||
| * | | srv::Initialize: Return "success" status code. | 2014-08-28 | 1 | -0/+4 | ||
| |/ | ||||||
| * | VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size. | 2014-08-26 | 1 | -9/+8 | ||
| | | ||||||
| * | GPU: Fix a compiler warning about redundant semicolons. | 2014-08-25 | 1 | -2/+2 | ||
| | | ||||||
| * | Pica/citra-qt: Replace command list view and command list debugging code ↵ | 2014-08-25 | 1 | -5/+0 | ||
| | | | | | with something more sophisticated. | |||||
| * | GSP: Update framebuffer information when necessary. | 2014-08-25 | 2 | -2/+41 | ||
| | | ||||||
| * | GSP: Implement SetBufferSwap. | 2014-08-25 | 2 | -1/+47 | ||
| | | ||||||
| * | GSP: Add a helper function for convenience. | 2014-08-25 | 1 | -17/+22 | ||
| | | ||||||
| * | Merge pull request #68 from archshift/readfile | 2014-08-22 | 4 | -11/+88 | ||
| |\ | | | | | Added FS functions to Archive and Archive_RomFS | |||||
| | * | Added FS functions to Archive and Archive_RomFS | 2014-08-22 | 4 | -11/+88 | ||
| | | | ||||||
| * | | ARM: Remove a forgotten const in vfp. | 2014-08-20 | 2 | -2/+2 | ||
| |/ | ||||||
| * | Core: Use std::array for managing kernel object space | 2014-08-19 | 2 | -5/+5 | ||
| | | | | | These avoid relying on memset for clearing the arrays. | |||||
| * | Merge pull request #55 from lioncash/string | 2014-08-18 | 16 | -41/+38 | ||
| |\ | | | | | Core: Alter the kernel string functions to use std::string instead of const char*. | |||||
| | * | Core: Alter the kernel string functions to use std::string instead of const ↵ | 2014-08-17 | 16 | -41/+38 | ||
| | | | | | | | | | | | | | char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names. | |||||
| * | | SVC: Added support for svc_GetSystemTick. | 2014-08-18 | 2 | -19/+48 | ||
| |/ | | | | Changed HLE function return methods to be static inline functions. | |||||
| * | Merge pull request #53 from lioncash/memmap | 2014-08-17 | 1 | -4/+8 | ||
| |\ | | | | | Core: Fix undefined behavior in mem_map_funcs' WriteBlock function | |||||
| | * | Core: Fix undefined behavior in mem_map_funcs' WriteBlock function | 2014-08-17 | 1 | -4/+8 | ||
| | | | ||||||
| * | | Core: Fix a formatting error in svc.cpp | 2014-08-17 | 1 | -3/+2 | ||
| |/ | | | | | entry_point would not be added to the string. Also used StringFromFormat so that the buffer is unnecessary. | |||||
| * | Merge pull request #39 from bunnei/hid-minor-improvements | 2014-08-12 | 2 | -6/+45 | ||
| |\ | | | | | Hid minor improvements | |||||
| | * | HID: Added new function entries from 3dbrew to FunctionTable. | 2014-08-12 | 1 | -0/+5 | ||
| | | | | | | | | | HID: Fix typo with DisableGyroscopeLow command. | |||||
| | * | HID: Implemented HID_User::GetIPCHandles service function. | 2014-08-07 | 1 | -5/+39 | ||
| | | | ||||||