| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-28 | Add a mode to use a dummy Wii NAND. | comex | |
| Eventually, netplay will be able to use the host's NAND, but this could still be useful in some cases; for TAS it definitely makes sense to have a way to avoid using any preexisting NAND. In terms of implementation: remove D_WIIUSER_IDX, which was just WIIROOT + "/", as well as some other indices which are pointless to have as separate variables rather than just using the actual path (fixed, since they're actual Wii NAND paths) at the call site. Then split off D_SESSION_WIIROOT_IDX, which can point to the dummy NAND directory, from D_WIIROOT_IDX, which always points to the "real" one the user configured. | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-02-04 | Use emplace_* functions where in-place construction is preferable | Lioncash | |
| 2014-09-11 | Remove some unnecessary semicolons | Lioncash | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-03-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-10 | Some tidy up of sprintf to StringFromFormat | Matthew Parlane | |
| Includes a small fix to SetupWiiMemory | |||
| 2014-02-09 | Revert "Merge pull request #49 from Parlane/sprintf_tidy" | Pierre Bourdon | |
| Change broke the build on Debian stable. This reverts commit 28755439b36ac8e875d764da5db31ad693459ace, reversing changes made to 64e01ec763d21915e7166e625f8a3e85b46fbcbb. | |||
| 2014-02-08 | Some tidy up of sprintf to StringFromFormat | Matthew Parlane | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
