Cleanup after recent PRs

This commit is contained in:
Sauraen
2024-06-19 15:24:45 -07:00
parent 2d155f948e
commit 381a609a7a
6 changed files with 3 additions and 2 deletions

View File

@@ -31,4 +31,4 @@ jobs:
cmake --build .
- name: Make The Binary
run: make -j ARMIPS=armips/build/armips
run: make all -j ARMIPS=armips/build/armips

View File

@@ -1108,7 +1108,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH = docs/images
IMAGE_PATH = docs/Documentation
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program

View File

@@ -146,4 +146,5 @@ Other contributors:
- thecozies: Fresnel feature suggestion
- Rasky: memset feature suggestion
- coco875: Doxygen / GitHub Pages setup
- ThePerfectLuigi64: CI build setup
- neoshaman: feature discussions

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB