mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
add/update copyright notices for substantially changed files
This commit is contained in:
parent
2f0c5639c1
commit
7bf552b5fa
56 changed files with 76 additions and 33 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* PicoDrive PS2 frontend
|
||||
*
|
||||
* (C) fjtrujy,irixxxx, 2024
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* PicoDrive input driver for PS2
|
||||
*
|
||||
* (C) fjtrujy,irixxxx 2024
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* PicoDrive platform interface for PS2
|
||||
*
|
||||
* (C) fjtrujy,irixxxx 2024
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue