Commit Graph

340 Commits

Author SHA1 Message Date
Joel16
67c7d50230 Get rid of k1 set 2015-07-27 15:11:34 -05:00
artart78
2289b86cbc Merge pull request #49 from joel16/np_inst
Update np_inst.c
2015-07-21 22:12:14 +02:00
Joel
d7fb1a7500 Update np_inst.c
fix compilation errors
2015-07-21 15:07:25 -05:00
Joel
aa478e11fb Update Makefile 2015-07-21 15:06:41 -05:00
Joel
0fae18502a Update np_inst.c
Use uOFW's coding guidelines. Example use pspShiftK1(), and pspSetK1(oldk1)
Removed unnecessary variables that simply passed on the value of the function argument, that stayed unaltered through out the subroutine.
2015-07-16 18:55:10 -05:00
Omega2058
7ecad9b828 Merge branch 'np_inst' of https://github.com/uofw/uofw into np_inst 2014-06-14 02:27:55 -04:00
Omega2058
46c3fa6db5 Revert "Initial Commit"
This reverts commit 15f643a5f6.
2014-06-14 02:02:58 -04:00
Omega2058
15f643a5f6 Initial Commit 2014-06-14 01:53:42 -04:00
Omega2058
dcefe92e48 Initial Commit 2014-06-14 01:52:01 -04:00
artart78
4e544f6489 Add variable declaration rules to CONTRIBUTING.md 2014-05-23 19:14:59 +02:00
artart78
0bee51e9ed Merge pull request #41 from uofw/Basic-Decompiler-Updates
Basic decompiler: Added sign casts
2014-05-22 21:24:55 +02:00
Felix-Dev
ad6f95d334 utils/basic-decompiler/main.cpp: This commit
is used to create a meaningful commit message for the previous commit. 
Intended original commit message: Added explicit (s32) casts for source registers of sign-dependent MIPS instructions. This should prevent sign-errors to occur in reverse engineered code using the output of the basic-decompiler as its base.
2014-05-21 23:15:14 +02:00
Felix-Dev
6c76c67da9 utils/basic-decompiler/main.cpp: Added explicit 2014-05-21 23:02:32 +02:00
devnoname120
364622b71d Fixed typo in README.MD 2014-05-18 02:06:08 +02:00
artart78
f7e47600f1 Merge pull request #18 from uofw/workflow
Adding workflow documentation
2014-05-17 23:09:22 +02:00
Kern
c6c81dd768 Adding workflow to contributing. Closes #16 2014-05-15 14:20:37 -05:00
Martin Charles
8e3e6d46e4 Rebuild executables [exec-build] 2014-05-15 09:48:49 -04:00
artart78
e193bb4ab4 Merge pull request #17 from caffinatedmonkey/build
Move Executables to gh-pages
2014-05-15 15:00:07 +02:00
Martin Charles
01134359ab Configured travis to build and deploy the executables
The executables are rebuilt whenever the utils/ directory is modified or when the commit title contains [exec-build]. I have also added an option to disable rebuilding the documentation with the [docs-skip] directive. When [docs-skip] is in the commit title the documentation is not updated. This commit also makes travis preserve the history of the gh-pages branch.
2014-05-14 17:09:27 -04:00
Martin Charles
ec6a801351 Removed compiled files 2014-05-14 17:09:27 -04:00
Martin Charles
66cf427525 Let's use make's implicit variables.
http://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
2014-05-14 17:08:12 -04:00
Arthur Blot
3b598cc67e Fixed some warnings, and some mistakes by the way
These warnings exist with my version of gcc, but not Travis's
apparently. They include strict aliasing issues and out-of-range array indices.
2014-05-12 20:07:57 +02:00
Arthur Blot
2b8413d5a3 Get rid of the PSPSDK for debugging
Imported scr_printf.c/h and font.c inside uOFW, so no need for
libpspdebug.a anymore
2014-05-12 20:03:43 +02:00
Arthur Blot
206695140d Fix some sysmem issues 2014-05-12 20:00:53 +02:00
Martin Charles
32a175293b Fixed compiling 2014-05-12 12:53:06 -04:00
Arthur Blot
78de9f89d5 Added header containing reboot.bin (for loadexec) 2014-05-11 22:56:12 +02:00
Arthur Blot
f8a708ed3c Added a FB color fill debugging function 2014-05-11 22:48:06 +02:00
artart78
7508d289bd Update .travis.yml 2014-05-11 14:19:52 +02:00
Felix-Dev
8c47df8c33 src/led/Makefile: Removed setting of the debug flag. 2014-05-09 23:28:52 +02:00
Felix-Dev
2ab2ed7a9b include/ctrl.h: Slightly modified parts of the controller module documentation. 2014-05-09 23:26:39 +02:00
Felix-Dev
0d1e1f738b memlmd: Removed Makefile (src/memlmd) and removed memlmd entry in the global makefile. Reason: memlmd is not included in the master branch yet. 2014-05-09 23:01:39 +02:00
Martin Charles
4af7acda15 Merge branch 'travis-ci' 2014-05-09 13:47:36 -04:00
Martin Charles
6ae397fd55 Set up travis to build the modules 2014-05-09 12:19:07 -04:00
Martin Charles
f384ad3ec6 Fixed some issues which were causing the compiling to fail. 2014-05-09 12:15:05 -04:00
Martin Charles
d218d6c41f Deleted tmp
Don't know how this got here.
2014-05-09 12:14:11 -04:00
Martin Charles
e40c2f8925 Deleted tmp
Don't know how this got here.
2014-05-08 17:13:39 -04:00
Martin Charles
f8b80c528f Merge pull request #11 from caffinatedmonkey/makefile
Add Root makefile
2014-05-08 17:04:12 -04:00
Martin Charles
5d3bee7f98 Added more makefiles
Closes #11
2014-05-08 16:40:38 -04:00
Martin Charles
279a45bdc0 Fixed travis.ci (finally) 2014-05-08 10:34:05 -04:00
Martin Charles
7eef95ce35 Fixed travis-ci 2014-05-08 10:30:14 -04:00
Martin Charles
6bcbb81067 Fixed travis-ci 2014-05-08 10:22:21 -04:00
Martin Charles
4eeaad5cf9 Fixed travis-ci 2014-05-08 09:48:17 -04:00
Martin Charles
4f498a2ced Fixed travis-ci 2014-05-08 09:37:28 -04:00
Martin Charles
1d058193e9 Fixed travis-ci 2014-05-08 09:28:40 -04:00
Martin Charles
0fa557d013 Fixed travis-ci branch 2014-05-07 16:28:34 -04:00
Martin Charles
2184d2068f Fixed travis-ci
Closes #9
2014-05-07 15:43:36 -04:00
Felix-Dev
fd5e4d8495 mediaman: This commit corrects the sceUmd_040A7090() function in src/mediaman.c. Previously, it was using wrong error code values (which have also been fixed in this commit) and one error code check was missing. In addition, several spelling mistakes introduced with the previous mediaman commit were corrected.
include/common/errors.h: As noted above, several error code defines were corrected and a 1.50 mistake-error-code list has been added.
2014-05-04 15:52:59 +02:00
Felix-Dev
182875e1a4 Changed email and name of the doc builder. 2014-05-03 23:32:32 +02:00
Felix-Dev
d4299c1996 mediaman: Made a few cosmetic changes to src/mediaman.c. Added doxygen documents and included documentation how to read from the UMD drive. 2014-05-03 23:13:23 +02:00
Felix-Dev
b75b95a3c9 include/threadman_kernel.h: Added event flag attributes and more event wait types. 2014-05-03 23:09:14 +02:00