Fix alignment of this.
This commit is contained in:
parent
41b6a57964
commit
abb3a45a9a
|
@ -2,22 +2,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
#error Do not merge this anywhere. It is still unfinished, and could change quickly, possibly in ways that would be painful to keep up with.
|
||||
A pull request will be submitted once the author is reasonably sure that there are no further things to optimize, and the style guide is upheld.
|
||||
Due to a vacation, this pull request will be deferred until at least Monday; possibly another few days on top of that, depending on how much the RetroArch style guides differ from the preferences of the author.
|
||||
It is, of course, fine to copy this somewhere to see whether the improvement is measurable. Just delete this block of text and copy the four rewind-* files.
|
||||
|
||||
//format per frame:
|
||||
//size nextstart;
|
||||
//repeat {
|
||||
|
|
28
rewind.c
28
rewind.c
|
@ -1,17 +1,17 @@
|
|||
/* RetroArch - A frontend for libretro.
|
||||
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
/* RetroArch - A frontend for libretro.
|
||||
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
|
||||
*
|
||||
* 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 "rewind.h"
|
||||
#include "rewind-alcaro.h"
|
||||
|
|
Loading…
Reference in New Issue