Skip to content

Commit dda156c

Browse files
committed
Update readme and comments
1 parent cf3267a commit dda156c

9 files changed

+23
-13
lines changed

CMakeLists.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
# This file is part of Quick Menu Plus
1+
#
22
# Copyright © 2020 浅倉麗子
3-
3+
#
4+
# This file is part of Quick Menu Plus
5+
#
46
# This program is free software: you can redistribute it and/or modify
57
# it under the terms of the GNU General Public License as published by
68
# the Free Software Foundation, version 3 of the License.
7-
9+
#
810
# This program is distributed in the hope that it will be useful,
911
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1012
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1113
# GNU General Public License for more details.
12-
14+
#
1315
# You should have received a copy of the GNU General Public License
1416
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17+
#
1518

1619
cmake_minimum_required(VERSION 3.13)
1720

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Supported firmware versions:
1818
- Testkit 3.60, 3.65
1919
- Devkit 3.60
2020

21-
Install under `*main` of your taiHEN config.
21+
Write the file path in the `*main` section of your taiHEN config.
2222

2323
```
2424
*main
@@ -68,4 +68,4 @@ Use [git-format-patch](https://www.git-scm.com/docs/git-format-patch) or [git-re
6868
## See also
6969

7070
- [Discussion](https://forum.devchroma.nl/index.php/topic,78.0.html)
71-
- [Source code](https://git.shotatoshounenwachigau.moe/vita/quickmenuplus)
71+
- [Source repository](https://git.shotatoshounenwachigau.moe/vita/quickmenuplus)

common.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
4+
This file is part of Quick Menu Plus
5+
56
This program is free software: you can redistribute it and/or modify
67
it under the terms of the GNU General Public License as published by
78
the Free Software Foundation, version 3 of the License.

config.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
4+
This file is part of Quick Menu Plus
5+
56
This program is free software: you can redistribute it and/or modify
67
it under the terms of the GNU General Public License as published by
78
the Free Software Foundation, version 3 of the License.

config.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
4+
This file is part of Quick Menu Plus
5+
56
This program is free software: you can redistribute it and/or modify
67
it under the terms of the GNU General Public License as published by
78
the Free Software Foundation, version 3 of the License.

opcode.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
4+
This file is part of Quick Menu Plus
5+
56
This program is free software: you can redistribute it and/or modify
67
it under the terms of the GNU General Public License as published by
78
the Free Software Foundation, version 3 of the License.

opcode.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
4+
This file is part of Quick Menu Plus
5+
56
This program is free software: you can redistribute it and/or modify
67
it under the terms of the GNU General Public License as published by
78
the Free Software Foundation, version 3 of the License.

quickmenuplus.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
Copyright © 2020 Princess-of-Sleeping
54
5+
This file is part of Quick Menu Plus
6+
67
This program is free software: you can redistribute it and/or modify
78
it under the terms of the GNU General Public License as published by
89
the Free Software Foundation, version 3 of the License.

scepaf.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
This file is part of Quick Menu Plus
32
Copyright © 2020 浅倉麗子
43
Copyright © 2020 Princess-of-Sleeping
54
5+
This file is part of Quick Menu Plus
6+
67
This program is free software: you can redistribute it and/or modify
78
it under the terms of the GNU General Public License as published by
89
the Free Software Foundation, version 3 of the License.

0 commit comments

Comments
 (0)