Skip to content

Commit

Permalink
Pokes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Jan 18, 2024
1 parent 2ea75a5 commit 2572ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Boxer/BXCoalface.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@

#import "config.h"
#import "video.h"
#include <stdio.h>

#if __cplusplus
extern "C" {
#endif

#include <stdio.h>

//Remapped replacements for DOSBox's old sdlmain functions
#define GFX_Events boxer_processEvents
Expand Down
2 changes: 1 addition & 1 deletion Other Sources/ADBToolkit/ADBSwiftHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extension BXFileTypes {

/// Returns the executable type of the file at the specified path.
/// If the executable type cannot be determined, this method will throw.
static func typeOfExecutable(atPath path: String, filesystem: ADBFilesystemPathAccess) throws -> BXExecutableType {
static func typeOfExecutable(atPath path: String, in filesystem: ADBFilesystemPathAccess) throws -> BXExecutableType {
let handle: ADBReadable & ADBSeekable
do {
//Should work, but just in case.
Expand Down

0 comments on commit 2572ded

Please sign in to comment.