| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Remove tabs in all files except in skyeye imports and in generated GL code | 2014-11-19 | 2 | -32/+32 | ||
| | | | | | ||||||
| | * | | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 44 | -111/+111 | ||
| | | | | | | | | | | | | | | | | | or generated | |||||
| * | | | | Merge pull request #208 from lioncash/statics | 2014-11-19 | 5 | -69/+69 | ||
| |\ \ \ \ | |/ / / |/| | | | Add static to some variables | |||||
| | * | | | Add static to some variables | 2014-11-18 | 5 | -69/+69 | ||
| | | | | | ||||||
| * | | | | Merge pull request #207 from lioncash/docs | 2014-11-18 | 3 | -3/+3 | ||
| |\ \ \ \ | | | | | | | | | | | Fix documentation of parameters | |||||
| | * | | | | Fix documentation of parameters | 2014-11-18 | 3 | -3/+3 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #209 from lioncash/warn | 2014-11-18 | 1 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | directory_sdmc: Fix a signed/unsigned mismatch comparison | |||||
| | * | | | | directory_sdmc: Fix a signed/unsigned mismatch comparison | 2014-11-18 | 1 | -1/+1 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #210 from lioncash/typedef | 2014-11-18 | 1 | -10/+10 | ||
| |\ \ \ \ | | | | | | | | | | | system: Get rid of an unnecessary enum typedef | |||||
| | * | | | | system: Get rid of an unnecessary enum typedef | 2014-11-18 | 1 | -10/+10 | ||
| | |/ / / | ||||||
| * / / / | Remove extraneous semicolons | 2014-11-18 | 6 | -6/+6 | ||
| |/ / / | ||||||
| * / / | core: Mark some hle functions as static | 2014-11-17 | 6 | -48/+48 | ||
| |/ / | | | | | | | These functions are not referred to by their linkage name outside of the translation unit, so they can be marked as static. | |||||
| * | | Archive: Fixed to not destroy archive handle on close. | 2014-11-17 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Archive: Fixed close archive before freeing. | 2014-11-17 | 1 | -1/+1 | ||
| | | | ||||||
| * | | FS_User: Support FileSye::Path in a more generic way. | 2014-11-17 | 2 | -42/+76 | ||
| | | | | | | | | | added a todo to kernel archive | |||||
| * | | FileSys: Updated backend code to use FileSys::Path instead of string for paths. | 2014-11-17 | 12 | -38/+38 | ||
| | | | ||||||
| * | | FileSys: Added DebugStr method to Path class. | 2014-11-17 | 1 | -0/+29 | ||
| | | | ||||||
| * | | Merge pull request #201 from archshift/boss | 2014-11-17 | 4 | -0/+59 | ||
| |\ \ | | | | | | | Add missing boss:U service | |||||
| | * | | Add missing boss:U service, needed according to Nintendo Zone logs. | 2014-11-17 | 4 | -0/+59 | ||
| | | | | ||||||
| * | | | mem_map: Add missing prototype for Write64 | 2014-11-16 | 1 | -0/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #159 from SeannyM/enable_log | 2014-11-15 | 1 | -0/+2 | ||
| |\ \ | | | | | | | Add support for disabling log from settings | |||||
| | * | | Add support for disabling log from settings | 2014-11-03 | 1 | -0/+2 | ||
| | | | | ||||||
| * | | | Merge pull request #193 from lioncash/fmt | 2014-11-15 | 1 | -1/+1 | ||
| |\ \ \ | | | | | | | | | Fix two format strings. | |||||
| | * | | | Fix two format strings. | 2014-11-14 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Merge pull request #194 from lioncash/virt | 2014-11-15 | 1 | -1/+1 | ||
| |\ \ \ \ | |/ / / |/| | | | ARM_Interface: Make destructor virtual | |||||
| | * | | | ARM_Interface: Make destructor virtual | 2014-11-14 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | Fixes some warnings on OSX. | |||||
| * | | | | Merge pull request #183 from archshift/lowpath | 2014-11-12 | 2 | -83/+180 | ||
| |\ \ \ \ | | | | | | | | | | | Add support for UTF-16 strings for LowPaths in FS:USER | |||||
| | * | | | | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions | 2014-11-12 | 3 | -138/+139 | ||
| | | | | | | ||||||
| | * | | | | Add support for UTF-16 strings for LowPaths in FS:USER | 2014-11-10 | 2 | -86/+182 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #188 from bunnei/apt-fixes | 2014-11-12 | 1 | -19/+90 | ||
| |\ \ \ \ | | | | | | | | | | | APT_U: Various improvements and bug fixes. | |||||
| | * | | | | APT_U: Added stub for function AppletUtility. | 2014-11-11 | 1 | -1/+29 | ||
| | | | | | | ||||||
| | * | | | | APT_U: Set a valid parameter buffer size in GlanceParameter. | 2014-11-11 | 1 | -17/+39 | ||
| | | | | | | | | | | | | | | | | | | | | | - Also Clarified GlanceParameter/ReceiveParameter documentation. | |||||
| | * | | | | APT_U: Release service lock on initialization. | 2014-11-11 | 1 | -0/+4 | ||
| | | | | | | ||||||
| | * | | | | APT_U: Fixes for GetLockHandle to boot system titles. | 2014-11-11 | 1 | -1/+18 | ||
| | |/ / / | | | | | | | | | | | | | - Also added comment to GetLockHandle function. | |||||
| * | | | | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable). | 2014-11-11 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | - Fixes single stepping in debugger. | |||||
| * | | | | Core: Changed RunLoop iterations to 1000 (slightly better performance). | 2014-11-11 | 1 | -6/+6 | ||
| | | | | | ||||||
| * | | | | ARM: Removed unnecessary goto with each instruction. | 2014-11-11 | 1 | -43/+39 | ||
| | | | | | ||||||
| * | | | | ARM: Fixed several dyncom bugs. | 2014-11-11 | 3 | -17/+25 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed NZCVT flags to properly save state when function returns. - Fixed counter to keep track of the actual number of instructions executed. - Fixed single-step mode to only execute one instruction at a time. - DefaultIni: Removed comment that no longer applied to dyncom. | |||||
| * | | | | Add FRD:U service and functions | 2014-11-10 | 4 | -0/+66 | ||
| |/ / / | ||||||
| * | | | Fix compilation errors | 2014-11-02 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Merge pull request #163 from archshift/create-directory | 2014-11-02 | 8 | -4/+103 | ||
| |\ \ \ | | | | | | | | | Added CreateDirectory function to service/fs.cpp, and in Archive. | |||||
| | * | | | Added CreateDirectory function to service/fs.cpp, and in Archive. | 2014-11-02 | 8 | -4/+103 | ||
| | | | | | ||||||
| * | | | | Merge pull request #166 from bunnei/skyeye-vfp-fixes | 2014-11-02 | 5 | -2138/+2622 | ||
| |\ \ \ \ | | | | | | | | | | | SkyEye ARM/VFP fixes | |||||
| | * | | | | ARM: Merged additional ARMv6 instructions implemented by 3dmoo. | 2014-11-02 | 1 | -42/+234 | ||
| | | | | | | ||||||
| | * | | | | ARM: Merge latest VFP fixes from 3dmoo team. | 2014-11-02 | 4 | -2096/+2388 | ||
| | |/ / / | ||||||
| * / / / | Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV | 2014-11-01 | 1 | -0/+2 | ||
| |/ / / | ||||||
| * | | | Added stub err:f service. | 2014-11-01 | 4 | -0/+58 | ||
| | | | | ||||||
| * | | | Merge pull request #135 from purpasmart96/master | 2014-11-01 | 18 | -0/+597 | ||
| |\ \ \ | | | | | | | | | Added a bunch of services | |||||
| | * | | | Added a bunch of services | 2014-11-01 | 18 | -0/+597 | ||
| | | | | | ||||||
| * | | | | Fix VFP compilation errors with gcc | 2014-10-30 | 1 | -12/+12 | ||
| |/ / / | ||||||