Dave Murphy
|
678b89e9b2
|
remove unneeded boilerplate from examples
|
2015-01-09 08:14:01 +00:00 |
|
Dave Murphy
|
a2ce1e13ca
|
explicitly set screen modes, get flushbuffer size from mode
|
2015-01-07 15:09:21 +00:00 |
|
Dave Murphy
|
8087dc8aea
|
roll a new libctru release
|
2015-01-06 12:47:47 +00:00 |
|
Dave Murphy
|
0a3bb7bcad
|
allow for extenstion beyond 256 characters
|
2015-01-06 12:28:16 +00:00 |
|
Dave Murphy
|
93de4971bd
|
full 256 character font
|
2015-01-06 12:27:37 +00:00 |
|
Dave Murphy
|
168d967743
|
__libc_init_array needs run after stack adjustment, __libc_fini_array before original stack is restored
|
2015-01-04 15:00:11 +00:00 |
|
smea
|
ed72f9474b
|
fixed linear/vram mem align
|
2015-01-04 12:45:30 +01:00 |
|
smea
|
8d274afd13
|
fixed shaderProgramUse so that programs without geoshaders will play nice with those with
|
2015-01-03 18:06:22 -08:00 |
|
smea
|
100f72c193
|
fixed linear/vram mem align
|
2015-01-03 18:00:55 -08:00 |
|
smea
|
b7ab3f9a54
|
shbin.c cleanup, shaderInstanceGetUniformLocation
|
2015-01-02 21:22:37 -08:00 |
|
smea
|
5df4902c4e
|
GPU_SetUniform -> GPU_SetFloatUniform
|
2015-01-02 21:16:17 -08:00 |
|
smea
|
8b84747df3
|
updated gpu.c to use new convention
|
2015-01-02 21:14:03 -08:00 |
|
smea
|
d195917ec1
|
minifix + geoshader stride
|
2015-01-02 19:39:37 -08:00 |
|
smea
|
a1830973c7
|
minifix
|
2015-01-02 19:29:02 -08:00 |
|
smea
|
80e6bcfd34
|
shaderProgram
|
2015-01-02 19:16:23 -08:00 |
|
smea
|
cd05cc45ff
|
started work on shaderProgram
|
2015-01-02 17:15:44 -08:00 |
|
Dave Murphy
|
74c37b4e87
|
and protect from double exit
|
2015-01-03 00:45:31 +00:00 |
|
Dave Murphy
|
d6e0e5b198
|
free screens from where they were allocated
|
2015-01-03 00:43:21 +00:00 |
|
smea
|
28fee06006
|
minifix
|
2015-01-02 16:41:07 -08:00 |
|
Dave Murphy
|
6728df3556
|
one Makefile to rule them all
|
2015-01-03 00:25:00 +00:00 |
|
Dave Murphy
|
2cc62ba17f
|
move mic example to audio subfolder
|
2015-01-03 00:10:32 +00:00 |
|
Dave Murphy
|
81e93f867b
|
update examples to use gfxInitDefault
|
2015-01-03 00:06:22 +00:00 |
|
Dave Murphy
|
897498f0c1
|
add parameters to gfxInit, add gfxInitDefault function
|
2015-01-03 00:02:49 +00:00 |
|
Dave Murphy
|
abfb15af1b
|
use struct for channel status array
|
2015-01-02 22:42:12 +00:00 |
|
Dave Murphy
|
39605bc6e2
|
add macros for packing and aligning
|
2015-01-02 22:42:11 +00:00 |
|
yellows8
|
17298ffc2e
|
Merge pull request #75 from profi200/master
Fixed CFGU_GenHashConsoleUnique() header code.
|
2015-01-01 11:26:04 -05:00 |
|
profi200
|
42d96bf184
|
Fixed CFGU_GenHashConsoleUnique() header code.
|
2015-01-01 13:39:23 +01:00 |
|
smea
|
1b80b69e73
|
Merge branch 'master' into gpu_revamp
|
2014-12-31 13:35:40 -08:00 |
|
smea
|
3c4c2a6c04
|
Merge branch 'master' into gpu_revamp
|
2014-12-31 13:34:25 -08:00 |
|
Slashmolder
|
71ae462ba9
|
Fix for issue #66
|
2014-12-30 15:39:26 -08:00 |
|
Dave Murphy
|
2712498d2d
|
oops
|
2014-12-30 23:00:31 +00:00 |
|
Dave Murphy
|
192b88b6a2
|
allow user configurable stack
|
2014-12-30 22:45:55 +00:00 |
|
Dave Murphy
|
c68afb5f31
|
check for directory in stat too and set st_mode appropriately
|
2014-12-30 20:39:49 +00:00 |
|
yellows8
|
c1d8df8b68
|
Implemented actual code for sdmc_stat().
|
2014-12-30 01:04:55 -05:00 |
|
Dave Murphy
|
da496b6a89
|
revert stack changes, broken on hardware :(
|
2014-12-30 04:05:12 +00:00 |
|
Dave Murphy
|
02011660d5
|
add literal pool
|
2014-12-30 03:19:06 +00:00 |
|
Dave Murphy
|
5f95d314cb
|
or bss might be better
|
2014-12-30 00:04:34 +00:00 |
|
Dave Murphy
|
7e51b3888e
|
oops, forgot these need to be in data section
|
2014-12-30 00:02:55 +00:00 |
|
Dave Murphy
|
2ed782f5f3
|
Set default stack to 32K, allow user adjustment
|
2014-12-29 23:52:51 +00:00 |
|
yellows8
|
02b9cd468c
|
Merge pull request #73 from profi200/master
Added more cfg:u cmds.
|
2014-12-29 17:33:27 -05:00 |
|
profi200
|
18190a0237
|
Added more cfg:u cmds.
|
2014-12-29 23:31:15 +01:00 |
|
yellows8
|
6752ec877e
|
Merge pull request #70 from profi200/master
Added CFGU_GetConfigInfoBlk2(), CFGU_GetSystemLanguage(), and an example.
|
2014-12-29 16:53:00 -05:00 |
|
profi200
|
bb5c4a6ca8
|
Simplified reading the system language by adding a wrapper. Print only once in the get_system_language example.
|
2014-12-29 22:46:59 +01:00 |
|
smea
|
05e886c9fa
|
fixed up DVLE_SendOutmap
|
2014-12-27 11:22:48 -08:00 |
|
profi200
|
5524e700b4
|
Merge branch 'master' of github.com:smealum/ctrulib
|
2014-12-27 02:35:33 +01:00 |
|
smea
|
800cb7b566
|
Update apt.c
|
2014-12-26 12:51:01 -08:00 |
|
smea
|
8e6056f1a0
|
Update fs.c
|
2014-12-26 12:50:34 -08:00 |
|
smea
|
dac642f613
|
Update sdmc_dev.c
|
2014-12-26 12:49:19 -08:00 |
|
smea
|
805e757b49
|
Update hid.c
|
2014-12-26 12:46:01 -08:00 |
|
smea
|
95fe42b294
|
Update hid.c
|
2014-12-26 12:45:25 -08:00 |
|