Skip to content

Commit d65e65b

Browse files
committed
update license and readme
1 parent 5b4e9f6 commit d65e65b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

LICENSE.thirdparty

+8-1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,11 @@ hx-hbmenu:
140140
* OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
141141
* OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
142142
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
143-
*/
143+
*/
144+
145+
Checkpoint:
146+
GNU GPL 3.0 Copyright (C) 2017-2018 Bernardo Giordano
147+
The GPL is rather long, so I don't include it here.
148+
See here:
149+
https://github.com/BernardoGiordano/Checkpoint/blob/master/LICENSE
150+
or ask Richard Stallman for a copy

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CFLAGS := -g -Wall -Ofast -ffunction-sections \
5151
`freetype-config --cflags`
5252

5353
CFLAGS += $(INCLUDE) -D__SWITCH__ -DTILED_RENDERING -DBRANCHLESS_GBA_GFX \
54-
-DUSE_FRAME_SKIP -DNXLINK_STDIO#-DTHREADED_RENDERER
54+
-DUSE_FRAME_SKIP #-DNXLINK_STDIO#-DTHREADED_RENDERER
5555

5656
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
5757

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Needs [libnx](https://github.com/switchbrew/libnx) and [devkitPro](http://devkit
2222

2323
## Speed hack
2424

25+
NOTE: some things don't apply anymore or were inaccurate observations
26+
2527
Before implementing this "speed hack" the emulator had regular slowdowns. Although I found out about these things by myself, these things might be common knowledge to emulator devs. These were the things which apparently slowed the emulator down:
2628
- The thread/core it's running on
2729
- The VSync

0 commit comments

Comments
 (0)