This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.List; | |
import java.util.Collections; | |
public class Entropy { | |
public static void main(String[] args) { | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; InputAutoCfg.ini for Mupen64Plus SDL Input plugin | |
[Keyboard] | |
plugged = True | |
plugin = 2 | |
mouse = False | |
DPad R = key(100) | |
DPad L = key(97) | |
DPad D = key(115) | |
DPad U = key(119) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mupen64Plus Configuration File | |
# This file is automatically read and written by the Mupen64Plus Core library | |
[Audio-OMX] | |
Version = 1 | |
OUTPUT_PORT = "1" | |
# Frequency which is used if rom doesn't want to change it | |
DEFAULT_FREQUENCY = 33600 | |
# Swaps left and right channels |