0e2d83fa3aMerge pull request #129 from linkmauve/master
bunnei
2014-10-06 15:25:19 -0400
fbd72fd6bfCommon: Add a helper function to generate a 8.3 filename from a long one. Core: Fix the SDMC Directory implementation to make blargSnes work.
Emmanuel Gil Peyrot
2014-09-29 08:34:37 +0000
19c2a96ab0FileSys: Add static asserts for the Directory struct, and fix its fields position.
Emmanuel Gil Peyrot
2014-09-27 19:41:21 +0000
0be5c03176FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open.
Emmanuel Gil Peyrot
2014-09-27 19:21:48 +0000
23c2fbfc7aFileSys/Kernel: Implement SetSize service call for File objects.
Emmanuel Gil Peyrot
2014-09-27 19:16:51 +0000
d34673990bFileSys: Add forgotten docstrings.
Emmanuel Gil Peyrot
2014-09-27 19:09:04 +0000
44dabd0decMerge pull request #125 from purpasmart96/master
Tony Wasserka
2014-10-05 18:36:49 +0200
1d0ac47832Added some more names to the function table
purpasmart96
2014-10-04 15:01:36 -0700
95f662c96fMerge pull request #122 from purpasmart96/master
bunnei
2014-09-30 23:13:28 -0400
7d6f7684e1added "StoreDataCache" to the function table
purpasmart96
2014-09-30 09:13:29 -0700
9061cdc9c0Merge pull request #120 from lioncash/core-common
bunnei
2014-09-29 22:05:56 -0400
ca2f0de08aFix warnings in core and common
Lioncash
2014-09-28 11:30:29 -0400
ee7cfc71bdMerge pull request #118 from lioncash/chunk-file
bunnei
2014-09-22 22:02:51 -0400
07af9a587cMerge pull request #116 from archshift/sdmc-dir
bunnei
2014-09-22 22:00:47 -0400
ff442d6cf9chunk_file: General cleanup
Lioncash
2014-09-21 16:35:27 -0400
1966f7b0adUse the citra user path for the sdmc directory
archshift
2014-09-20 15:11:38 -0700
a9630a9d2bMerge pull request #70 from linkmauve/master
bunnei
2014-09-18 22:27:06 -0400
3a570a9feeKernel: Implement the Close command for Archive, File and Directory.
Emmanuel Gil Peyrot
2014-09-14 11:52:52 +0000
99bfa4ae1fFS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.
Emmanuel Gil Peyrot
2014-09-12 00:48:28 +0200
c197ce2180Kernel: Add a Directory object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-09-12 00:48:04 +0200
c14e5713f5Core: Add a method to obtain a Directory from an Archive.
Emmanuel Gil Peyrot
2014-09-12 00:47:05 +0200
33b0d1081eCore: Add a Directory object, with both a stub and a passthrough implementations.
Emmanuel Gil Peyrot
2014-09-12 00:46:42 +0200
19d04f3abeKernel: Add a File object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-09-12 00:45:40 +0200
e73caaefe5Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Emmanuel Gil Peyrot
2014-09-12 00:44:16 +0200
9251f7e2f8Core: Add a new File class, obtainable from an Archive, and a stub implementation.
Emmanuel Gil Peyrot
2014-09-12 00:42:59 +0200
6b7b36a874Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Emmanuel Gil Peyrot
2014-09-12 00:17:15 +0200
edaf59a759Common: Return the number of items read/written in IOFile’s methods instead of a boolean.
Emmanuel Gil Peyrot
2014-09-12 00:16:54 +0200
1c79a4f10cMerge pull request #107 from lioncash/sprintf
bunnei
2014-09-16 16:54:41 -0400
73b6f85f9aMerge pull request #109 from lioncash/cruft
bunnei
2014-09-15 00:47:13 -0400
741321ac24Core: Get rid of unnecessary switch statement in Kernel
Lioncash
2014-09-13 22:48:30 -0400
31d9cf4d17Merge pull request #110 from lioncash/warnings
bunnei
2014-09-14 21:28:44 -0400
5481115e71Merge pull request #97 from archshift/cleanup
bunnei
2014-09-13 22:58:58 -0400
6cc7c73b80Core: Fix warnings in gpu.cpp
Lioncash
2014-09-13 22:55:41 -0400
093d6fbcdcCore: Replace a sprintf in core_timing with StringFromFormat
Lioncash
2014-09-12 21:18:46 -0400
cbdf4d4c8eMerge pull request #105 from kevinhartman/hid
bunnei
2014-09-12 17:44:25 -0400
02fd19b2f6Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-08 21:46:02 -0700
4a94ec934aInitial HID PAD work, with GLFW only.
Kevin Hartman
2014-09-03 18:12:58 -0700
bb7ddede15Created structure for PAD.
Kevin Hartman
2014-09-02 22:24:03 -0700
532a9e80a0Merge pull request #99 from archshift/ext-check
bunnei
2014-09-11 00:04:36 -0400
d79fe3ebaaMerge pull request #103 from archshift/prune
bunnei
2014-09-10 18:44:08 -0400
249a567834Merge pull request #104 from archshift/removal
bunnei
2014-09-09 20:56:28 -0400
8891c27425Merge pull request #101 from lioncash/inf-loop
bunnei
2014-09-09 20:53:33 -0400
7f201a9821Merge pull request #102 from lioncash/define
bunnei
2014-09-09 20:50:51 -0400