Skip to content

Commit

Permalink
Finish renaming this core
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaro committed Aug 5, 2016
1 parent 5607c47 commit f12b623
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/Makefile.rules
@@ -1,4 +1,4 @@
TARGET_NAME ?= snes9x_next
TARGET_NAME ?= snes9x2010

ifeq ($(STATIC_LINKING), 1)
TARGET = $(TARGET_NAME)_libretro_$(platform).a
Expand Down
6 changes: 3 additions & 3 deletions control
@@ -1,9 +1,9 @@
Package: com.libretro.snes9x_next
Name: snes9x_next
Package: com.libretro.snes9x2010
Name: snes9x2010
Depends:
Version: 0.0.1
Architecture: iphoneos-arm
Description: Libretro iOS core of SNES9x Next
Description: Libretro iOS core of Snes9x 2010
Maintainer: libretro
Author: libretro
Section: System
Expand Down
6 changes: 3 additions & 3 deletions docs/porting.html
Expand Up @@ -7,17 +7,17 @@
<style type="text/css">
<!-- ul { list-style-type:none } h2 { margin-top:3em } h3 { margin-top:2em } -->
</style>
<title>Porting SNES9x Next</title>
<title>Porting Snes9x 2010</title>
</head>
<body>
<h1 style="text-align:center">How to Port SNES9x Next to a New Platform</h1>
<h1 style="text-align:center">How to Port Snes9x 2010 to a New Platform</h1>
<div style="text-align:right">
Version: 1.52<br>
(c) Copyright 1998 Gary Henderson
</div>
<h2>Introduction</h2>
<p>
This is brief description of the steps to port SNES9x Next (a fork of SNES9x) to the new platform. It describes what code you have to write and what functions exist that you can make use of. It also gives some insights as to how Snes9x actually works, although that will be subject of another document yet to be written.
This is brief description of the steps to port Snes9x 2010 (a fork of Snes9x) to the new platform. It describes what code you have to write and what functions exist that you can make use of. It also gives some insights as to how Snes9x actually works, although that will be subject of another document yet to be written.
</p>
<h2>System Requirements</h2>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/snes9x.h
Expand Up @@ -179,7 +179,7 @@
#define _SNES9X_H_

#ifndef VERSION
#define VERSION "Next"
#define VERSION "2010"
#endif

#ifdef __cplusplus
Expand Down

0 comments on commit f12b623

Please sign in to comment.