aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #207 from lioncash/docsGravatar Tony Wasserka2014-11-18
|\ | | | | Fix documentation of parameters
* \ Merge pull request #209 from lioncash/warnGravatar Tony Wasserka2014-11-18
|\ \ | | | | | | directory_sdmc: Fix a signed/unsigned mismatch comparison
* \ \ Merge pull request #210 from lioncash/typedefGravatar Tony Wasserka2014-11-18
|\ \ \ | | | | | | | | system: Get rid of an unnecessary enum typedef
| * | | system: Get rid of an unnecessary enum typedefGravatar Lioncash2014-11-18
| | | |
| | * | directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-18
| |/ /
| | * Fix documentation of parametersGravatar Lioncash2014-11-18
| |/
* / Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/
* core: Mark some hle functions as staticGravatar Lioncash2014-11-17
| | | | 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.Gravatar bunnei2014-11-17
|
* Archive: Fixed close archive before freeing.Gravatar bunnei2014-11-17
|
* FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-17
| | | | added a todo to kernel archive
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
|
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-17
|
* Merge pull request #201 from archshift/bossGravatar bunnei2014-11-17
|\ | | | | Add missing boss:U service
* \ Merge pull request #199 from lioncash/prototypeGravatar bunnei2014-11-17
|\ \ | | | | | | mem_map: Add missing prototype for Write64
| | * Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-17
| | |
* | | emu_window: Fix initializer list order.Gravatar Lioncash2014-11-17
| |/ |/| | | | | Gets rid of a warning on OSX.
| * mem_map: Add missing prototype for Write64Gravatar Lioncash2014-11-16
|/
* Merge pull request #195 from lioncash/controlGravatar Tony Wasserka2014-11-16
|\ | | | | vertex_shader: Fix control reaches end of function warning
| * vertex_shader: Fix control reaches end of function warningGravatar Lioncash2014-11-16
| |
* | Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ \ | | | | | | Add support for disabling log from settings
* \ \ Merge pull request #193 from lioncash/fmtGravatar bunnei2014-11-15
|\ \ \ | | | | | | | | Fix two format strings.
* \ \ \ Merge pull request #194 from lioncash/virtGravatar bunnei2014-11-15
|\ \ \ \ | |_|_|/ |/| | | ARM_Interface: Make destructor virtual
| * | | ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-14
| | | | | | | | | | | | | | | | Fixes some warnings on OSX.
| | * | Fix two format strings.Gravatar Lioncash2014-11-14
| |/ / |/| |
* | | Merge pull request #183 from archshift/lowpathGravatar bunnei2014-11-12
|\ \ \ | | | | | | | | Add support for UTF-16 strings for LowPaths in FS:USER
| * | | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
| | | |
* | | | Merge pull request #188 from bunnei/apt-fixesGravatar bunnei2014-11-12
|\ \ \ \ | | | | | | | | | | APT_U: Various improvements and bug fixes.
| * | | | APT_U: Added stub for function AppletUtility.Gravatar bunnei2014-11-11
| | | | |
| * | | | APT_U: Set a valid parameter buffer size in GlanceParameter.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Also Clarified GlanceParameter/ReceiveParameter documentation.
| * | | | APT_U: Release service lock on initialization.Gravatar bunnei2014-11-11
| | | | |
| * | | | APT_U: Fixes for GetLockHandle to boot system titles.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Also added comment to GetLockHandle function.
* | | | | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Fixes single stepping in debugger.
* | | | | Core: Changed RunLoop iterations to 1000 (slightly better performance).Gravatar bunnei2014-11-11
| | | | |
* | | | | Citra-Qt: Use Core::RunLoop when not single stepping.Gravatar bunnei2014-11-11
| | | | |
* | | | | ARM: Removed unnecessary goto with each instruction.Gravatar bunnei2014-11-11
| | | | |
* | | | | ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 functionsGravatar archshift2014-11-10
|/ / / /
| * / / Add support for UTF-16 strings for LowPaths in FS:USERGravatar archshift2014-11-10
|/ / /
* | | Qt: Auto-start game when selected, play game that's passed via argv[1].Gravatar archshift2014-11-04
| | | | | | | | | | | | Also moves system initialization to when the game is booted.
| | * Add support for disabling log from settingsGravatar Sean2014-11-03
| | |
* | | Fix compilation errorsGravatar Sean Maas2014-11-02
| | |
* | | Merge pull request #163 from archshift/create-directoryGravatar bunnei2014-11-02
|\ \ \ | | | | | | | | Added CreateDirectory function to service/fs.cpp, and in Archive.
* \ \ \ Merge pull request #179 from Gareth422/myradicalbranchGravatar bunnei2014-11-02
|\ \ \ \ | | | | | | | | | | Fixed capitalization issues
* \ \ \ \ Merge pull request #166 from bunnei/skyeye-vfp-fixesGravatar bunnei2014-11-02
|\ \ \ \ \ | | | | | | | | | | | | SkyEye ARM/VFP fixes
| | | * | | Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
| | | | | |
* | | | | | Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVGravatar archshift2014-11-01
| |_|/ / / |/| | | |
| * | | | ARM: Merged additional ARMv6 instructions implemented by 3dmoo.Gravatar bunnei2014-11-02
| | | | |
| * | | | ARM: Merge latest VFP fixes from 3dmoo team.Gravatar bunnei2014-11-02
|/ / / /
| * | | Fixed capitalization issuesGravatar Gareth Poole2014-11-01
| | | |