112 Commits

Author SHA1 Message Date
Subv
20541736eb Updated the toolchain and fixed the build with the latest ctrulib. 2017-01-05 11:56:35 -05:00
bunnei
e17dc648dc Merge pull request #37 from Subv/arbitrateaddress
Tests/Kernel: Added hwtests for svcArbitrateAddress
2015-12-28 18:35:30 -05:00
Subv
4ac4e96bed Tests/Kernel: Added hwtests for svcArbitrateAddress 2015-12-27 19:04:32 -05:00
bunnei
9d60d32f71 Merge pull request #36 from Subv/master
GPU: Add tests for display transfer flags bit 5
2015-08-19 19:57:26 -04:00
Subv
c67172587c GPU: Add tests for display transfer flags bit 5 2015-07-19 21:15:52 -05:00
archshift
4e256c9766 Merge pull request #34 from linkmauve/trailing-spaces
Remove trailing spaces everywhere
2015-03-16 15:25:37 -07:00
Emmanuel Gil Peyrot
979410ba82 Remove trailing spaces everywhere. 2015-03-13 20:19:47 +01:00
archshift
0a9445f137 Merge pull request #33 from linkmauve/remove-font
Remove the remaining font.bin file in data
2015-03-13 10:06:59 -07:00
Emmanuel Gil Peyrot
7109c1bd68 Remove the remaining font.bin file in data. 2015-03-13 14:23:08 +01:00
bunnei
72137439d4 Merge pull request #32 from linkmauve/please-check-before-merging
Fix compilation, broken by a merge using the old Log() function
2015-03-12 09:51:25 -04:00
Emmanuel Gil Peyrot
a16ebba9dc GPU: Fix compilation, broken by a merge using the old Log(gfxScreen_t, const std::string&) function. 2015-03-12 13:02:36 +01:00
bunnei
8407e7cd4b Merge pull request #30 from Subv/fills
GPU: Added some memory fill tests
2015-03-10 16:00:37 -04:00
bunnei
f79dbc10f0 Merge pull request #29 from Subv/master
GPU: Added some display transfer tests
2015-03-10 15:59:52 -04:00
Subv
ca0ea9587d GPU: Fixed a typo in the display transfer tests 2015-03-10 13:38:20 -05:00
Subv
3e3721df2b GPU/DispTransfer: Added a test for bit 25 of the transfer flags 2015-03-10 13:36:27 -05:00
Subv
fc8ca61f95 GPU/Memfills: Addressed comments and fixed a typo 2015-03-10 13:09:36 -05:00
bunnei
951d2bed10 Merge pull request #31 from linkmauve/ctrulib-console
Remove any drawing code and move to ctrulib’s console module
2015-03-09 22:08:25 -04:00
Emmanuel Gil Peyrot
03ff93ec5e Remove any drawing code and move to ctrulib’s console module. 2015-03-10 01:57:58 +01:00
Subv
42e9ad064c GPU: Added some memory fill tests 2015-03-08 17:48:50 -05:00
Subv
4458428649 GPU: Added some display transfer flags tests 2015-02-23 18:29:59 -05:00
Subv
5b631a5276 GPU: Added some display transfer tests.
GPU: Added some display transfer flag tests
2015-02-23 18:29:24 -05:00
bunnei
d4a1e94bab Merge pull request #28 from Subv/master
GPU: Added some tests for display transfer flag 1<<24.
2015-02-22 16:48:42 -05:00
Subv
d277410a43 GPU: Added some tests for display transfer flag 1<<24. 2015-02-22 16:38:14 -05:00
bunnei
62a174ef85 Merge pull request #27 from Subv/master
GPU/DisplayTransfer: Added some DisplayTransfer tests
2015-02-22 15:10:29 -05:00
Subv
11a50133af GPU/DisplayTransfer: Added some DisplayTransfer tests 2015-02-22 15:06:38 -05:00
bunnei
2e22111820 Merge pull request #24 from archshift/patch-2
Fix problematic `sudo` in .travis.yml
2015-02-13 00:21:33 -05:00
archshift
51ef71fa3c Fix problematic sudo in .travis.yml 2015-02-12 21:17:05 -08:00
bunnei
67ca9736a5 Update README.md 2015-02-12 23:30:12 -05:00
bunnei
43bfcc96eb Merge pull request #18 from archshift/patch-1
Add .travis.yml for Travis CI
2015-02-12 22:52:42 -05:00
archshift
b6d828e070 Add .travis.yml for Travis CI
@bunnei or @neobrain, you'll have to add this to Travis.
2015-02-12 18:27:43 -08:00
bunnei
f80fb3c5cc Merge pull request #22 from bunnei/waitsynch-tests
Added WaitSynchN/WaitSynch1 tests
2015-02-12 21:12:48 -05:00
bunnei
2d41fc495e Added a bunch of tests for WaitSynchN and WaitSynch1. 2015-02-12 21:10:54 -05:00
bunnei
1ac4d1209b scope_exit: Move over fix to use CONCAT2. 2015-02-12 20:52:20 -05:00
bunnei
29218fa302 Ports: Fixed a typo. 2015-02-11 22:42:30 -05:00
bunnei
b3e1617c82 Merge pull request #20 from yuriks/cpu-tests
Add tests for SXTH, LDRSH and STRH
2015-01-30 15:50:18 -05:00
Yuri Kunde Schlesner
f11f8ae7f0 Add tests for SXTH, LDRSH and STRH 2015-01-30 17:00:44 -02:00
bunnei
c8c343955e Merge pull request #21 from yuriks/ConnectToPort
Add ConnectToPort SVC test
2015-01-30 13:56:36 -05:00
Yuri Kunde Schlesner
cbe706327b Add ConnectToPort SVC test 2015-01-30 16:09:53 -02:00
bunnei
d9472787cd Merge pull request #19 from FenrisulfrX/compilation-fix
Fix compilation with latest ctrulib
2015-01-24 00:26:29 -05:00
FenrisulfrX
ec01a4a214 Fix a crash from removing one too many Init 2015-01-15 05:14:33 -02:00
FenrisulfrX
4bc9245810 Remove unneeded boilerplates 2015-01-14 14:57:42 -02:00
FenrisulfrX
5af0875ec1 Fix compilation with latest ctrulib 2015-01-12 09:16:07 -02:00
bunnei
ef9eb0d006 Merge pull request #17 from lioncash/qaddsub16
integer: Add QADD16 and QSUB16 tests
2014-12-17 18:45:48 -05:00
bunnei
37c9e7197d Merge pull request #14 from lioncash/ops
Add CPU tests for USAD8 and USADA8.
2014-12-17 18:44:05 -05:00
Lioncash
add771e47e integer: Add QADD16 and QSUB16 tests 2014-12-16 00:45:56 -05:00
Lioncash
cf95873212 integer: Add CPU test for USADA8. 2014-12-15 22:34:38 -05:00
Lioncash
442c961038 integer: Add CPU test for USAD8 2014-12-15 22:33:29 -05:00
bunnei
f4ed994057 Merge pull request #16 from lioncash/uxtab16
integer: CPU test for UXTAB16
2014-12-15 22:29:38 -05:00
Lioncash
565b390bdc integer: CPU test for UXTAB16 2014-12-15 22:16:46 -05:00
bunnei
a06fc9ff0d Merge pull request #15 from lioncash/uxtb16
integer: Add a test for UXTB16
2014-12-15 22:11:57 -05:00