Skip to content

Commit

Permalink
coremidi.c update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Feb 15, 2025
1 parent c1eb031 commit 8581981
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions CoresRetro/RetroArch/PVRetroArchCore/retroarch/coremidi.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
//
// coremidi.c
// RetroArch
//
// Created by Joseph Mattiello on 2/14/25.
//
/* RetroArch - A frontend for libretro.
* Copyright (C) 2025 - Joseph Mattiello
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
*
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/


#include <CoreMIDI/CoreMIDI.h>
#include <libretro.h>
Expand Down

0 comments on commit 8581981

Please sign in to comment.